summaryrefslogtreecommitdiff
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-01-31 23:04:39 +0000
commit34ab3c8c711ff79c2b768f0b17e4b2a78fd1df5d (patch)
tree0eaffef8264b932c57dad7e5e91ad35d9d49e425
parent25c93fd2404741582815e097f1a1152442e826a3 (diff)
downloadopenssl-new-34ab3c8c711ff79c2b768f0b17e4b2a78fd1df5d.tar.gz
typo.
-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