Type correction. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
[openssl.git] / ssl / ssl_err2.c
index 0b91f7b8d236b3b247f2ae7cbc5076b4e9f729d9..cc089a612b10f23ed0ca2bf2a3c2c8e583954580 100644 (file)
  */
 
 #include <stdio.h>
-#include "err.h"
-#include "ssl.h"
+#include <openssl/err.h>
+#include <openssl/ssl.h>
 
-void SSL_load_error_strings()
+void SSL_load_error_strings(void)
        {
 #ifndef NO_ERR
        ERR_load_crypto_strings();