Deprecate the low level IDEA functions.
[openssl.git] / crypto / idea / i_skey.c
index 0b0221bd81b04ae376498408e9e10ca78f67bbd6..36bc2c9b1b4c86cc3dff61e811e7e40b2e7fc3bf 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"