Deprecate the low level IDEA functions.
[openssl.git] / crypto / idea / i_cbc.c
index a78841fcfc1c324fe69cd8e759f445f2a50b9a44..987ba05ea1f1f9c9ca1c0763ea95101f5f6f4626 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"