Deprecate the low level IDEA functions.
[openssl.git] / crypto / idea / i_cfb64.c
index 45c15b947499587df2d021f74f48938e73c19ad8..50784f9027b6ee9828dda25033902f865e9842bc 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"