Don't send zero length session ID if stateless session resupmtion is
[openssl.git] / ssl / ssl_err2.c
index 0b91f7b8d236b3b247f2ae7cbc5076b4e9f729d9..ea95a5f983c1e9d26c60c30f0d05d9d7aaa2ea75 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
+#ifndef OPENSSL_NO_ERR
        ERR_load_crypto_strings();
        ERR_load_SSL_strings();
 #endif