From 34ab3c8c711ff79c2b768f0b17e4b2a78fd1df5d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 31 Jan 2013 23:04:39 +0000 Subject: [PATCH] typo. --- ssl/s3_cbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1