typo.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 31 Jan 2013 23:04:39 +0000 (23:04 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 6 Feb 2013 14:19:09 +0000 (14:19 +0000)
(cherry picked from commit 34ab3c8c711ff79c2b768f0b17e4b2a78fd1df5d)

ssl/s3_cbc.c

index c3305eac06d914c42d660530e8fd5da48fe1043a..58da5012705ca2fb785388b8531dc9a998e9c1e1 100644 (file)
@@ -699,7 +699,7 @@ void ssl3_cbc_digest_record(
        EVP_MD_CTX_cleanup(&md_ctx);
        }
 
-#ifndef OPENSSL_FIPS
+#ifdef OPENSSL_FIPS
 
 /* Due to the need to use EVP in FIPS mode we can't reimplement digests but
  * we can ensure the number of blocks processed is equal for all cases