summaryrefslogtreecommitdiff
path: root/crypto/rand/drbg_ctr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rand/drbg_ctr.c')
-rw-r--r--crypto/rand/drbg_ctr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/drbg_ctr.c b/crypto/rand/drbg_ctr.c
index a243361b56e40..93b82f34ceda1 100644
--- a/crypto/rand/drbg_ctr.c
+++ b/crypto/rand/drbg_ctr.c
@@ -14,7 +14,7 @@
#include <openssl/rand.h>
#include "internal/thread_once.h"
#include "internal/thread_once.h"
-#include "rand_lcl.h"
+#include "rand_local.h"
/*
* Implementation of NIST SP 800-90A CTR DRBG.
*/