Deprecate the low level DES functions.
[oweals/openssl.git] / crypto / des / rand_key.c
index 7de9146fcc1f5281d20fec9568030b40f14c3f87..38f04de166a72e0c966f19d539e58a44f349ddcb 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/des.h>
 #include <openssl/rand.h>