X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fm_md5.c;h=9fc953012740774ba3dc02697661828b23b8158c;hb=8d5b4ee1cab7cd02f9fe246fb60d7d018a315a86;hp=df3360897949196a1d02cea40e7ab098876b334a;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd;p=oweals%2Fopenssl.git diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c index df33608979..9fc9530127 100644 --- a/crypto/evp/m_md5.c +++ b/crypto/evp/m_md5.c @@ -56,11 +56,12 @@ * [including the GNU Public Licence.] */ +#ifndef NO_MD5 #include #include "cryptlib.h" -#include "evp.h" -#include "objects.h" -#include "x509.h" +#include +#include +#include static EVP_MD md5_md= { @@ -79,3 +80,4 @@ EVP_MD *EVP_md5(void) { return(&md5_md); } +#endif