Commit e5cb7743 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

typo.

(cherry picked from commit 34ab3c8c)
parent 73390e6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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