fix warning.

This commit is contained in:
nicolson%netscape.com 2002-10-07 18:00:28 +00:00
parent b58bef7dba
commit 07d11e97ed

View File

@ -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;