[openssl-commits] [openssl] master update

Viktor Dukhovni viktor at openssl.org
Thu Apr 14 04:34:25 UTC 2016


The branch master has been updated
       via  5968d11a7a28103610c054c6a57c852bbe0f3b51 (commit)
      from  a50ad1daaa68c109ea1a14225a7aba8660526101 (commit)


- Log -----------------------------------------------------------------
commit 5968d11a7a28103610c054c6a57c852bbe0f3b51
Author: Viktor Dukhovni <openssl-users at dukhovni.org>
Date:   Wed Apr 13 23:41:55 2016 -0400

    Don't use deprecated CONF_modules_free() in tests
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 test/ssl_test.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/ssl_test.c b/test/ssl_test.c
index b95120e..dfe71cb 100644
--- a/test/ssl_test.c
+++ b/test/ssl_test.c
@@ -210,6 +210,5 @@ int main(int argc, char **argv)
     ADD_ALL_TESTS(test_handshake, (int)(num_tests));
     result = run_tests(argv[0]);
 
-    CONF_modules_free();
     return result;
 }


More information about the openssl-commits mailing list