Deprecate the low level DES functions.
[openssl.git] / providers / implementations / ciphers / cipher_tdes.c
index 80afcd5fd906f484d474461c5451bc31320c2e69..ea0c987a8042d92405e509ab69c6c0536bb2c214 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"
 #include <openssl/rand.h>