Deprecate the low level DES functions.
[openssl.git] / providers / implementations / ciphers / cipher_des_hw.c
index c3a67080fd144a5f01b93d6cc067a33ac5a7de3b..c465c423917eca290c7abca14b730ef44837468c 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"