Deprecate the low level IDEA functions.
[openssl.git] / crypto / idea / i_ecb.c
index 9fee1218937842c3248c58c4b0bda34f7044e02d..74cb35ae1103bfca03df34c1d528f8021daf90b7 100644 (file)
@@ -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>