RT4458: Fix #ifndef line for GOST
authorPauli <paul.dale@oracle.com>
Mon, 21 Mar 2016 23:16:36 +0000 (09:16 +1000)
committerRich Salz <rsalz@openssl.org>
Thu, 31 Mar 2016 15:19:15 +0000 (11:19 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/s3_lib.c

index e6cf309bb514c2dbc661c93d8863f439c25102a3..ef65050cc4f617409e5c01c1d309ce8a9fa7cf7c 100644 (file)
@@ -2496,7 +2496,7 @@ static SSL_CIPHER ssl3_ciphers[] =
 
 #endif /* OPENSSL_NO_CAMELLIA */
 
-#ifndef OPENSL_NO_GOST
+#ifndef OPENSSL_NO_GOST
     {
      1,
      "GOST2001-GOST89-GOST89",
@@ -2556,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
     {