Some more stack stuff.
[openssl.git] / ssl / ssl_err2.c
index a159fbb7cd8f01d6c299b8a54f78c845d86e693d..cc089a612b10f23ed0ca2bf2a3c2c8e583954580 100644 (file)
@@ -1,5 +1,5 @@
 /* ssl/ssl_err2.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
  */
 
 #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();