aboutsummaryrefslogtreecommitdiff
path: root/crypto/des/rand_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/rand_key.c')
-rw-r--r--crypto/des/rand_key.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/des/rand_key.c b/crypto/des/rand_key.c
index 7de9146..38f04de 100644
--- a/crypto/des/rand_key.c
+++ b/crypto/des/rand_key.c
@@ -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>