]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rand/drbg_ctr.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / rand / drbg_ctr.c
index 28db4eed7f046e585ab8693577ffb8c569b44582..30420ae5794dbb00cab8a4c6e8f7b97d346a1d1a 100644 (file)
@@ -13,7 +13,7 @@
 #include <openssl/err.h>
 #include <openssl/rand.h>
 #include "internal/thread_once.h"
-#include "rand_lcl.h"
+#include "rand_local.h"
 
 /*
  * Implementation of NIST SP 800-90A CTR DRBG.