Fix compilation with -DOPENSSL_NO_DEPRECATED.

This commit is contained in:
Geoff Thorpe 2008-11-28 22:06:55 +00:00
parent 71702f7ed0
commit bcaa36fd11

View File

@ -182,7 +182,7 @@ int main(int argc, char **argv)
BN_free(p);
CRYPTO_cleanup_all_ex_data();
ERR_remove_state(0);
ERR_remove_thread_state(NULL);
ERR_free_strings();
CRYPTO_mem_leaks(bio_err);