fix pkcs_5_test crash

This commit is contained in:
Karel Miko 2017-03-09 22:04:35 +01:00
parent 0e9b3da3ea
commit 4503868da2

View File

@ -154,7 +154,7 @@ int pkcs_5_test (void)
} }
}; };
unsigned char DK[25]; unsigned char DK[40];
unsigned long dkLen; unsigned long dkLen;
int i, err; int i, err;
int tested=0, failed=0; int tested=0, failed=0;