summaryrefslogtreecommitdiff
path: root/crypto/rand/drbg_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rand/drbg_hash.c')
-rw-r--r--crypto/rand/drbg_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/drbg_hash.c b/crypto/rand/drbg_hash.c
index 6bef917e0f..4a64992af2 100644
--- a/crypto/rand/drbg_hash.c
+++ b/crypto/rand/drbg_hash.c
@@ -15,7 +15,7 @@
#include <openssl/rand.h>
#include "internal/thread_once.h"
#include "internal/providercommon.h"
-#include "rand_lcl.h"
+#include "rand_local.h"
/* 440 bits from SP800-90Ar1 10.1 table 2 */
#define HASH_PRNG_SMALL_SEEDLEN (440/8)