Extend DTLS method macros.
[openssl.git] / ssl / ssl_err2.c
index a159fbb7cd8f01d6c299b8a54f78c845d86e693d..ea95a5f983c1e9d26c60c30f0d05d9d7aaa2ea75 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
+#ifndef OPENSSL_NO_ERR
        ERR_load_crypto_strings();
        ERR_load_SSL_strings();
 #endif