Don't re-initialize SSL
authorAlan T. DeKok <aland@freeradius.org>
Sun, 1 Dec 2013 13:56:16 +0000 (08:56 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 1 Dec 2013 13:56:16 +0000 (08:56 -0500)
src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c

index f615603..27db07d 100644 (file)
@@ -998,13 +998,6 @@ static SSL_CTX *init_tls_ctx(EAP_TLS_CONF *conf)
        int type;
 
        /*
-        *      Add all the default ciphers and message digests
-        *      Create our context.
-        */
-       SSL_library_init();
-       SSL_load_error_strings();
-
-       /*
         *      Bug fix
         *      http://old.nabble.com/Backward-compatibility-of-private-key-files--td27937046.html
         */