From d681129497cb907ed8e5e355968eed360e465c2d Mon Sep 17 00:00:00 2001 From: "ian.mcgreer%sun.com" Date: Thu, 5 Sep 2002 20:44:09 +0000 Subject: [PATCH] make dsa_SignDigest static (mentioned in bug 166722) --- security/nss/lib/freebl/dsa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/nss/lib/freebl/dsa.c b/security/nss/lib/freebl/dsa.c index 8ebc80943f2e..1fe38380fff4 100644 --- a/security/nss/lib/freebl/dsa.c +++ b/security/nss/lib/freebl/dsa.c @@ -31,7 +31,7 @@ * may use your version of this file under either the MPL or the * GPL. * - * $Id: dsa.c,v 1.7 2001/01/12 14:30:44 mcgreer%netscape.com Exp $ + * $Id: dsa.c,v 1.8 2002/09/05 20:44:09 ian.mcgreer%sun.com Exp $ */ #include "secerr.h" @@ -172,7 +172,7 @@ DSA_NewKeyFromSeed(const PQGParams *params, return rv; } -SECStatus +static SECStatus dsa_SignDigest(DSAPrivateKey *key, SECItem *signature, const SECItem *digest, const unsigned char *kb) {