]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/drbgtest.c
prov/drbg: cleanup some RAND_DRBG leftovers
[thirdparty/openssl.git] / test / drbgtest.c
index 2ded33aa7ff44d01a06d172a81b06e1b2d4da496..30c6b270d05aa65470e373d21febe60b7e1515d9 100644 (file)
@@ -7,12 +7,6 @@
  * https://www.openssl.org/source/license.html
  */
 
-/*
- * RAND_DRBG_set is deprecated for public use, but still ok for
- * internal use.
- */
-#include "internal/deprecated.h"
-
 #include <string.h>
 #include "internal/nelem.h"
 #include <openssl/crypto.h>