summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_lcl.h
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2017-08-27 23:13:05 +0200
committerKurt Roeckx <kurt@roeckx.be>2017-08-28 23:16:26 +0200
commit58891025eff2fb42a6a5cf2fa861d46308826d07 (patch)
treed53862f86ab39ebe351219e0824427c72243de76 /crypto/rand/rand_lcl.h
parent0b14a5b7ccd1618fe47d74a51c4873144c57ac83 (diff)
Make the global DRBGs static
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> GH: #4268
Diffstat (limited to 'crypto/rand/rand_lcl.h')
-rw-r--r--crypto/rand/rand_lcl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/rand/rand_lcl.h b/crypto/rand/rand_lcl.h
index f9de279658..498b7e687e 100644
--- a/crypto/rand/rand_lcl.h
+++ b/crypto/rand/rand_lcl.h
@@ -144,8 +144,6 @@ struct rand_drbg_st {
/* The global RAND method, and the global buffer and DRBG instance. */
extern RAND_METHOD rand_meth;
extern RAND_BYTES_BUFFER rand_bytes;
-extern RAND_DRBG rand_drbg;
-extern RAND_DRBG priv_drbg;
/* How often we've forked (only incremented in child). */
extern int rand_fork_count;