X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fidea%2Fi_skey.c;h=36bc2c9b1b4c86cc3dff61e811e7e40b2e7fc3bf;hb=da2d32f6db1c9fb33478af660daddcd1df369716;hp=0b0221bd81b04ae376498408e9e10ca78f67bbd6;hpb=706457b7bda7fdbab426b8dce83b318908339da4;p=thirdparty%2Fopenssl.git diff --git a/crypto/idea/i_skey.c b/crypto/idea/i_skey.c index 0b0221bd81..36bc2c9b1b 100644 --- a/crypto/idea/i_skey.c +++ b/crypto/idea/i_skey.c @@ -7,6 +7,13 @@ * https://www.openssl.org/source/license.html */ +/* + * IDEA low level APIs are deprecated for public use, but still ok for internal + * use where we're using them to implement the higher level EVP interface, as is + * the case here. + */ +#include "internal/deprecated.h" + #include #include "idea_local.h"