Deprecate the low level DES functions.
[oweals/openssl.git] / providers / implementations / ciphers / cipher_tdes_default.c
index 9aefef26b6ce59acab16122da60321461b51549d..4d449804ca3bf99540759f2000e1dfcb3150a986 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"