Commit 7b0a09f9 authored by Rich Salz's avatar Rich Salz
Browse files

Fix another build break for no-mem-debug

parent ebd8df0e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
}