Change functions to ANSI C.
[openssl.git] / ssl / ssl_algs.c
index 31809582bd4294a645620eaf04b3ab1aa86c930b..0c0e8da482790613f5fd0625d2a4a27c55da9f6d 100644 (file)
@@ -61,7 +61,7 @@
 #include "lhash.h"
 #include "ssl_locl.h"
 
-int SSL_library_init()
+int SSL_library_init(void)
        {
 #ifndef NO_DES
        EVP_add_cipher(EVP_des_cbc());