From: ben Date: Sun, 5 Jan 2003 23:14:04 +0000 (+0000) Subject: dss_sign() is unused outside this file. Make it static. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/900852abf7638e66c76e73ce5b2f423301157388?hp=302845cd067a96b3e353f3f85a83dae7d23b4609 dss_sign() is unused outside this file. Make it static. git-svn-id: svn://svn.tartarus.org/sgt/putty@2480 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/sshdss.c b/sshdss.c index 7443dafe..74894673 100644 --- a/sshdss.c +++ b/sshdss.c @@ -473,7 +473,7 @@ static int dss_openssh_fmtkey(void *key, unsigned char *blob, int len) return bloblen; } -unsigned char *dss_sign(void *key, char *data, int datalen, int *siglen) +static unsigned char *dss_sign(void *key, char *data, int datalen, int *siglen) { /* * The basic DSS signing algorithm is: