]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/s2_clnt.c
Use new-style system-id macros everywhere possible. I hope I haven't
[thirdparty/openssl.git] / ssl / s2_clnt.c
index 3e062863755e971c0c10b3584c77c70746915a46..b549628dbdbd9d5c2d8b2d4790195058e58812f0 100644 (file)
@@ -57,7 +57,7 @@
  */
 
 #include "ssl_locl.h"
-#ifndef NO_SSL2
+#ifndef OPENSSL_NO_SSL2
 #include <stdio.h>
 #include <openssl/rand.h>
 #include <openssl/buffer.h>
@@ -1001,7 +1001,7 @@ end:
        EVP_PKEY_free(pkey);
        return(i);
        }
-#else /* !NO_SSL2 */
+#else /* !OPENSSL_NO_SSL2 */
 
 # if PEDANTIC
 static void *dummy=&dummy;