Change functions to ANSI C.
diff --git a/ssl/ssl_err2.c b/ssl/ssl_err2.c
index 0b91f7b..dc8d038 100644
--- a/ssl/ssl_err2.c
+++ b/ssl/ssl_err2.c
@@ -60,7 +60,7 @@
 #include "err.h"
 #include "ssl.h"
 
-void SSL_load_error_strings()
+void SSL_load_error_strings(void)
 	{
 #ifndef NO_ERR
 	ERR_load_crypto_strings();