Typo.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 22 Feb 2007 22:30:00 +0000 (22:30 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 22 Feb 2007 22:30:00 +0000 (22:30 +0000)
ssl/ssl_ciph.c

index 495b1ce0e5187d9ba70ddaab5f5d202e002f40bb..2951d5043a2c799cb21d29dd331c9ec18778d28a 100644 (file)
@@ -489,7 +489,7 @@ static void ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method,
                /* drop those that use any of that is not available */
 #define IS_MASKED(c) ((c)->algorithms & (((c)->alg_bits == 256) ? m256 : mask))
 #ifdef OPENSSL_FIPS
-               if ((c != NULL) && c->valid && !IS_MASKED(c))
+               if ((c != NULL) && c->valid && !IS_MASKED(c)
                        && (!FIPS_mode() || (c->algo_strength & SSL_FIPS)))
 #else
                if ((c != NULL) && c->valid && !IS_MASKED(c))