summaryrefslogtreecommitdiffstats
path: root/ssl/s3_cbc.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-01-31 23:04:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-02-06 14:19:09 +0000
commit6b1f7beeee7edd0613a1913c08b4f101c7ea7af7 (patch)
treefb60366e3b53679327db69f8f80eaea09d9d5ff5 /ssl/s3_cbc.c
parent8109e8305b3e3474a94365589152d587583f6fea (diff)
typo.
(cherry picked from commit 34ab3c8c711ff79c2b768f0b17e4b2a78fd1df5d)
Diffstat (limited to 'ssl/s3_cbc.c')
-rw-r--r--ssl/s3_cbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_cbc.c b/ssl/s3_cbc.c
index c3305eac06..58da501270 100644
--- a/ssl/s3_cbc.c
+++ b/ssl/s3_cbc.c
@@ -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