We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698790f commit 9d9718eCopy full SHA for 9d9718e
src/misc/pkcs12/pkcs12_kdf.c
@@ -27,7 +27,7 @@ int pkcs12_kdf( int hash_id,
27
unsigned int tmp, i, j, n;
28
unsigned char ch;
29
unsigned char D[MAXBLOCKSIZE], A[MAXBLOCKSIZE], B[MAXBLOCKSIZE];
30
- unsigned char *I = NULL, *key = NULL;
+ unsigned char *I, *key;
31
int err = CRYPT_ERROR;
32
33
LTC_ARGCHK(pw != NULL);
0 commit comments