summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_seed.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_seed.c')
-rw-r--r--crypto/evp/e_seed.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/evp/e_seed.c b/crypto/evp/e_seed.c
index 9a9938deaf..224003d9dd 100644
--- a/crypto/evp/e_seed.c
+++ b/crypto/evp/e_seed.c
@@ -7,6 +7,12 @@
* https://www.openssl.org/source/license.html
*/
+/*
+ * SEED low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
#include <openssl/opensslconf.h>
#ifdef OPENSSL_NO_SEED
NON_EMPTY_TRANSLATION_UNIT