X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs3_cbc.c;h=58da5012705ca2fb785388b8531dc9a998e9c1e1;hp=c3305eac06d914c42d660530e8fd5da48fe1043a;hb=6b1f7beeee7edd0613a1913c08b4f101c7ea7af7;hpb=8109e8305b3e3474a94365589152d587583f6fea 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