From 900852abf7638e66c76e73ce5b2f423301157388 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 5 Jan 2003 23:14:04 +0000 Subject: [PATCH] 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 --- sshdss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0