Load error strings, too
authorAlan T. DeKok <aland@freeradius.org>
Sun, 1 Dec 2013 13:55:36 +0000 (08:55 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 1 Dec 2013 13:55:36 +0000 (08:55 -0500)
src/main/version.c

index e1eae53..e08ca8c 100644 (file)
@@ -50,6 +50,7 @@ int ssl_check_version(void)
         *      functions.
         */
        SSL_library_init();
+       SSL_load_error_strings();
 
        ssl_linked = SSLeay();