Deprecate the low level DES functions.
[openssl.git] / providers / implementations / ciphers / cipher_tdes_hw.c
index 208e83df0f4ab540e43eb896f4585e509bd5e456..c7fe39365359ca0bbf227a55487db6aafe3f279a 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 "prov/ciphercommon.h"
 #include "cipher_tdes.h"