diff options
author | Rich Salz <rsalz@openssl.org> | 2017-07-20 16:20:47 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-07-20 16:20:47 +0200 |
commit | 63f483e10d4e04158be234ed431e9f03d707ad82 (patch) | |
tree | 879a4f23de7404b4c1ebaf4697c82db0d7874735 /crypto/init.c | |
parent | Fix faulty include (diff) | |
download | openssl-63f483e10d4e04158be234ed431e9f03d707ad82.tar.xz openssl-63f483e10d4e04158be234ed431e9f03d707ad82.zip |
Rename internal rand.h file
Replacement fix for #3975
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3979)
Diffstat (limited to 'crypto/init.c')
-rw-r--r-- | crypto/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/init.c b/crypto/init.c index a2634d9653..b7c77154b4 100644 --- a/crypto/init.c +++ b/crypto/init.c @@ -9,7 +9,7 @@ #include <internal/cryptlib_int.h> #include <openssl/err.h> -#include <internal/rand.h> +#include <internal/rand_int.h> #include <internal/bio.h> #include <openssl/evp.h> #include <internal/evp_int.h> |