X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frc2%2Frc2_cbc.c;h=acfd4fde1c477545a26283001c14a75d2b803eac;hp=58a4b3e6159935325a18d8dcc86c04470435d54b;hb=ee2993abd0830ec27a2dd49e07db8d0eb5f3e579;hpb=706457b7bda7fdbab426b8dce83b318908339da4;ds=sidebyside diff --git a/crypto/rc2/rc2_cbc.c b/crypto/rc2/rc2_cbc.c index 58a4b3e615..acfd4fde1c 100644 --- a/crypto/rc2/rc2_cbc.c +++ b/crypto/rc2/rc2_cbc.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * RC2 low level APIs are deprecated for public use, but still ok for internal + * use. + */ +#include "internal/deprecated.h" + #include #include "rc2_local.h"