X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fmd4%2Fmd4_dgst.c;h=531676a2afef81664d119d839cc489686a047823;hb=8ffb20ce05c13f137c169ebdfd11f702da82e9eb;hp=cf95fbe622675a72bb50a43460a99d13fb503205;hpb=01b0768d098698701c5491d8386019491a3dfdc7;p=thirdparty%2Fopenssl.git diff --git a/crypto/md4/md4_dgst.c b/crypto/md4/md4_dgst.c index cf95fbe622..531676a2af 100644 --- a/crypto/md4/md4_dgst.c +++ b/crypto/md4/md4_dgst.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * MD4 low level APIs are deprecated for public use, but still ok for + * internal use. + */ +#include "internal/deprecated.h" + #include #include #include "md4_local.h"