diff options
Diffstat (limited to 'crypto/rc2/rc2cfb64.c')
-rw-r--r-- | crypto/rc2/rc2cfb64.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/rc2/rc2cfb64.c b/crypto/rc2/rc2cfb64.c index 9b85368db1..298be79d44 100644 --- a/crypto/rc2/rc2cfb64.c +++ b/crypto/rc2/rc2cfb64.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 <openssl/rc2.h> #include "rc2_local.h" |