parent
56431240ae
commit
ba4477d649
@ -137,7 +137,7 @@ convert(unsigned char *dst, const unsigned char *src, int len) {
|
|||||||
*dst = 0;
|
*dst = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
test_p5_pbkdf2(int i, char *digestname, testdata *test, const char *hex)
|
test_p5_pbkdf2(int i, char *digestname, testdata *test, const char *hex)
|
||||||
{
|
{
|
||||||
const EVP_MD *digest;
|
const EVP_MD *digest;
|
||||||
@ -218,7 +218,7 @@ int main(int argc,char **argv) {
|
|||||||
#endif
|
#endif
|
||||||
EVP_cleanup();
|
EVP_cleanup();
|
||||||
CRYPTO_cleanup_all_ex_data();
|
CRYPTO_cleanup_all_ex_data();
|
||||||
ERR_remove_state(0);
|
ERR_remove_thread_state(NULL);
|
||||||
ERR_free_strings();
|
ERR_free_strings();
|
||||||
CRYPTO_mem_leaks_fp(stderr);
|
CRYPTO_mem_leaks_fp(stderr);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user