summaryrefslogtreecommitdiffstats
path: root/crypto/rc5/rc5ofb64.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc5/rc5ofb64.c')
-rw-r--r--crypto/rc5/rc5ofb64.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/rc5/rc5ofb64.c b/crypto/rc5/rc5ofb64.c
index c3ae5d8c05..7fc19fd1ed 100644
--- a/crypto/rc5/rc5ofb64.c
+++ b/crypto/rc5/rc5ofb64.c
@@ -7,6 +7,12 @@
* https://www.openssl.org/source/license.html
*/
+/*
+ * RC5 low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
#include <openssl/rc5.h>
#include "rc5_local.h"