make update
[openssl.git] / ssl / s3_lib.c
index 49180cd34ad6d8a3ae62e79443d754d06277f6b0..ef65050cc4f617409e5c01c1d309ce8a9fa7cf7c 100644 (file)
 #include <openssl/objects.h>
 #include "ssl_locl.h"
 #include <openssl/md5.h>
-#ifndef OPENSSL_NO_DH
-# include <openssl/dh.h>
-#endif
+#include <openssl/dh.h>
 #include <openssl/rand.h>
 
 #define SSL3_NUM_CIPHERS        OSSL_NELEM(ssl3_ciphers)
@@ -2498,7 +2496,7 @@ static SSL_CIPHER ssl3_ciphers[] =
 
 #endif /* OPENSSL_NO_CAMELLIA */
 
-#ifndef OPENSL_NO_GOST
+#ifndef OPENSSL_NO_GOST
     {
      1,
      "GOST2001-GOST89-GOST89",
@@ -2558,7 +2556,7 @@ static SSL_CIPHER ssl3_ciphers[] =
      SSL_HANDSHAKE_MAC_GOST12_256 | TLS1_PRF_GOST12_256 | TLS1_STREAM_MAC,
      0,
      0},
-#endif /* OPENSL_NO_GOST */
+#endif /* OPENSSL_NO_GOST */
 
 #ifndef OPENSSL_NO_IDEA
     {