[PR3597] Advance to the next state variant when reusing messages.
[openssl.git] / ssl / ssl_err2.c
index cc089a612b10f23ed0ca2bf2a3c2c8e583954580..ea95a5f983c1e9d26c60c30f0d05d9d7aaa2ea75 100644 (file)
@@ -62,7 +62,7 @@
 
 void SSL_load_error_strings(void)
        {
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
        ERR_load_crypto_strings();
        ERR_load_SSL_strings();
 #endif