Deprecate the low level DES functions.
[openssl.git] / crypto / des / des_enc.c
index 5666c6e30392bda18c8ce5521f6bd79d13decea3..ed24595136a5f017a566e30d20f8bf380860e87f 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 <openssl/crypto.h>
 #include "des_local.h"
 #include "spr.h"