]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/ciphers/cipher_seed_hw.c
Deprecate the low level SEED functions
[thirdparty/openssl.git] / providers / implementations / ciphers / cipher_seed_hw.c
index 3bd3323dc0a1066d302dea450ec3cb61bc0b4585..c7dee292ea6325655350670ad0c14e605e6681e0 100644 (file)
@@ -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 "cipher_seed.h"
 
 static int cipher_hw_seed_initkey(PROV_CIPHER_CTX *ctx,