Add HMAC DRBG from SP800-90
[openssl.git] / fips / rand / fips_drbg_ctr.c
index 4045e2d627f2966f5c4cd8bbba37657f1ec94735..a7f5b467537de0cae51ba5cf02ab0f46cf9430f6 100644 (file)
@@ -54,8 +54,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <openssl/crypto.h>
-#include <openssl/evp.h>
-#include <openssl/aes.h>
 #include <openssl/fips.h>
 #include <openssl/fips_rand.h>
 #include "fips_rand_lcl.h"