mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
fix warning.
This commit is contained in:
parent
b58bef7dba
commit
07d11e97ed
@ -209,7 +209,7 @@ Java_org_mozilla_jss_pkcs11_PK11Cipher_finalizeContext
|
||||
jboolean padded)
|
||||
{
|
||||
PK11Context *context=NULL;
|
||||
char *outBuf = NULL;
|
||||
unsigned char *outBuf = NULL;
|
||||
unsigned int outLen, newOutLen;
|
||||
jobject outBA=NULL;
|
||||
SECStatus status;
|
||||
|
Loading…
x
Reference in New Issue
Block a user