diff --git a/security/nss/lib/softoken/rsawrapr.c b/security/nss/lib/softoken/rsawrapr.c index 36c8dc1e263..0257007ee6c 100644 --- a/security/nss/lib/softoken/rsawrapr.c +++ b/security/nss/lib/softoken/rsawrapr.c @@ -37,7 +37,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -/* $Id: rsawrapr.c,v 1.10 2006-07-31 18:10:17 wtchang%redhat.com Exp $ */ +/* $Id: rsawrapr.c,v 1.11 2006-10-23 21:24:38 wtchang%redhat.com Exp $ */ #include "blapi.h" #include "softoken.h" @@ -145,6 +145,7 @@ oaep_xor_with_h1(unsigned char *data, unsigned int datalen, end_octet++; } + SHA1_DestroyContext (sha1cx, PR_TRUE); return SECSuccess; }