Deprecate the low level IDEA functions.
[oweals/openssl.git] / crypto / idea / i_ofb64.c
index 517ded7bd674f89b8217e57d79ca8e1bf8af708a..bca1999ef9d85bde385a30a43887dca1b5854ccf 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"