Fix another build break for no-mem-debug
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
ebd8df0ed8
commit
7b0a09f9cc
@ -527,7 +527,9 @@ end:
|
||||
ERR_free_strings();
|
||||
ERR_remove_thread_state(NULL);
|
||||
EVP_cleanup();
|
||||
#ifdef CRYPTO_MDEBUG
|
||||
CRYPTO_mem_leaks(bio_err);
|
||||
#endif
|
||||
BIO_free(bio_err);
|
||||
EXIT(ret);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user