Fix compilation with -DOPENSSL_NO_DEPRECATED.
This commit is contained in:
parent
71702f7ed0
commit
bcaa36fd11
@ -182,7 +182,7 @@ int main(int argc, char **argv)
|
|||||||
BN_free(p);
|
BN_free(p);
|
||||||
|
|
||||||
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(bio_err);
|
CRYPTO_mem_leaks(bio_err);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user