summaryrefslogtreecommitdiffstats
path: root/crypto/idea/i_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/idea/i_ecb.c')
-rw-r--r--crypto/idea/i_ecb.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c
index 9fee121893..74cb35ae11 100644
--- a/crypto/idea/i_ecb.c
+++ b/crypto/idea/i_ecb.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 <openssl/idea.h>
#include "idea_local.h"
#include <openssl/opensslv.h>