Bug 150708. Incorrect keysize when finding bulk alg. r=wtc.
git-svn-id: svn://10.0.0.236/trunk@123011 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c9cc369f1b
commit
c090144e53
@ -34,7 +34,7 @@
|
||||
/*
|
||||
* Stuff specific to S/MIME policy and interoperability.
|
||||
*
|
||||
* $Id: smimeutil.c,v 1.7 2001-09-20 22:15:32 relyea%netscape.com Exp $
|
||||
* $Id: smimeutil.c,v 1.8 2002-06-10 22:00:32 ddrinan%netscape.com Exp $
|
||||
*/
|
||||
|
||||
#include "secmime.h"
|
||||
@ -553,7 +553,7 @@ NSS_SMIMEUtil_FindBulkAlgForRecipients(CERTCertificate **rcerts, SECOidTag *bulk
|
||||
mapi = smime_mapi_by_cipher(cipher);
|
||||
|
||||
*bulkalgtag = smime_cipher_map[mapi].algtag;
|
||||
*keysize = smime_keysize_by_cipher(smime_cipher_map[mapi].algtag);
|
||||
*keysize = smime_keysize_by_cipher(smime_cipher_map[mapi].cipher);
|
||||
|
||||
return SECSuccess;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user