X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=providers%2Fimplementations%2Fciphers%2Fcipher_aes_wrp.c;h=0de2a5f651f1f7b5d2451e5aaf9a817a00ea860e;hb=2888fc1590ad31633be7a99e7288dcecd35e800c;hp=5dedde748a65efef705eeedeccf1a9960fc6a307;hpb=4b9c750be83644aca15a98e75b566e7f6c3644d7;p=oweals%2Fopenssl.git diff --git a/providers/implementations/ciphers/cipher_aes_wrp.c b/providers/implementations/ciphers/cipher_aes_wrp.c index 5dedde748a..0de2a5f651 100644 --- a/providers/implementations/ciphers/cipher_aes_wrp.c +++ b/providers/implementations/ciphers/cipher_aes_wrp.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * This file uses the low level AES functions (which are deprecated for + * non-internal use) in order to implement provider AES ciphers. + */ +#include "internal/deprecated.h" + #include "cipher_aes.h" #include "prov/providercommonerr.h" #include "prov/implementations.h"