Deprecate the low level DES functions.
[openssl.git] / providers / implementations / ciphers / cipher_des.c
index 74539d3da4dd7c1b6b84e6b26d81dfb364c7c07c..d0547b7060c49e86b6036a051a44bc50a38d11c3 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_des.h"
 #include <openssl/rand.h>