aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/e_idea.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_idea.c')
-rw-r--r--crypto/evp/e_idea.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/evp/e_idea.c b/crypto/evp/e_idea.c
index 8c3a554..9717020 100644
--- a/crypto/evp/e_idea.c
+++ b/crypto/evp/e_idea.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 <stdio.h>
#include "internal/cryptlib.h"