summaryrefslogtreecommitdiffstats
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/rand/drbg_ctr.c b/crypto/rand/drbg_ctr.c
index fe15164451..97378be445 100644
--- a/crypto/rand/drbg_ctr.c
+++ b/crypto/rand/drbg_ctr.c
@@ -13,12 +13,11 @@
#include <openssl/err.h>
#include <openssl/rand.h>
#include "internal/thread_once.h"
-#include "internal/thread_once.h"
#include "rand_lcl.h"
+
/*
* Implementation of NIST SP 800-90A CTR DRBG.
*/
-
static void inc_128(RAND_DRBG_CTR *ctr)
{
int i;