Deprecate the low level DES functions.
[oweals/openssl.git] / providers / implementations / ciphers / cipher_desx.c
index b8447d2c3f1148f22456bf3a29f049702663d780..2a67d77aec9381d2bc13d6e073b38c10e98fcefb 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * DES low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include "cipher_tdes_default.h"
 #include "prov/implementations.h"