Bring the README file in sync and shape a little bit more...
[openssl.git] / ssl / ssl_algs.c
index 92ec322dae8b46eab03d36f2b4a9be07e27251be..31809582bd4294a645620eaf04b3ab1aa86c930b 100644 (file)
@@ -61,7 +61,7 @@
 #include "lhash.h"
 #include "ssl_locl.h"
 
-void SSLeay_add_ssl_algorithms()
+int SSL_library_init()
        {
 #ifndef NO_DES
        EVP_add_cipher(EVP_des_cbc());
@@ -98,5 +98,6 @@ void SSLeay_add_ssl_algorithms()
        EVP_add_digest(EVP_sha());
        EVP_add_digest(EVP_dss());
 #endif
+       return(1);
        }