X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Faes%2Faes_wrap.c;h=82bf6dbfb63c73aff7ddd52f12454c1d3eb55204;hp=b869b265cd5d8468fc85462b5626d2854b5999a6;hb=c72fa2554f5adc03bcc3c6e4ebcd1929e70efed4;hpb=2852c672a8ecb02a74d0adeeb93c661b7d2d7511 diff --git a/crypto/aes/aes_wrap.c b/crypto/aes/aes_wrap.c index b869b265cd..82bf6dbfb6 100644 --- a/crypto/aes/aes_wrap.c +++ b/crypto/aes/aes_wrap.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * AES_encrypt/AES_decrypt are deprecated - but we need to use them to implement + * these functions + */ +#include "internal/deprecated.h" + #include "internal/cryptlib.h" #include #include