X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Faes%2Faes_cfb.c;fp=crypto%2Faes%2Faes_cfb.c;h=f0442f61e8002e523e2548aab094e2fe11b5658c;hp=096280171f7011cfb7753f372dac619ba32cbee3;hb=c72fa2554f5adc03bcc3c6e4ebcd1929e70efed4;hpb=2852c672a8ecb02a74d0adeeb93c661b7d2d7511 diff --git a/crypto/aes/aes_cfb.c b/crypto/aes/aes_cfb.c index 096280171f..f0442f61e8 100644 --- a/crypto/aes/aes_cfb.c +++ b/crypto/aes/aes_cfb.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * AES_encrypt is deprecated - but we need to use it to implement these other + * deprecated APIs. + */ +#include "internal/deprecated.h" + #include #include