X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=providers%2Fimplementations%2Fdigests%2Fmd4_prov.c;h=ba77758d07f4496320257209329c995657070831;hb=8ffb20ce05c13f137c169ebdfd11f702da82e9eb;hp=3ce356a58f4445511ab9707fde697340580d2692;hpb=01b0768d098698701c5491d8386019491a3dfdc7;p=oweals%2Fopenssl.git diff --git a/providers/implementations/digests/md4_prov.c b/providers/implementations/digests/md4_prov.c index 3ce356a58f..ba77758d07 100644 --- a/providers/implementations/digests/md4_prov.c +++ b/providers/implementations/digests/md4_prov.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 "prov/digestcommon.h"