Commit bcaa36fd authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

Fix compilation with -DOPENSSL_NO_DEPRECATED.

parent 71702f7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);