Deprecate the low level IDEA functions.
[openssl.git] / test / ideatest.c
index e572984c4f63fed80df8d4ceb519ba3b2765c0c9..2ef5a49ce78284000a356e700cd8280a1aec6b1f 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 <string.h>
 
 #include "internal/nelem.h"