Deprecate the low level IDEA functions.
[oweals/openssl.git] / providers / implementations / ciphers / cipher_idea_hw.c
index d722cc7a271bf060fd4500f0cce29640a2275900..7718791b088f7ccfc4c255d0643c1ac053731fd5 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 "cipher_idea.h"
 
 static int cipher_hw_idea_initkey(PROV_CIPHER_CTX *ctx,