fips module header inclusion fine-tunning
[openssl.git] / ssl / s3_cbc.c
index b0e3496ba225faf10fec19df3e8766126994ed55..85f296b8078398c083cb69b498e9f71af31ffd82 100644 (file)
@@ -27,7 +27,9 @@
 #include "internal/cryptlib.h"
 
 #include <openssl/evp.h>
-#include <openssl/md5.h>
+#ifndef FIPS_MODULE
+# include <openssl/md5.h>
+#endif
 #include <openssl/sha.h>
 
 char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx);