mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-07 06:59:41 +00:00
Fix faulty include
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3974)
This commit is contained in:
parent
4c75ee8588
commit
f2766f753e
@ -15,7 +15,7 @@
|
||||
# include <openssl/sha.h>
|
||||
# include <openssl/hmac.h>
|
||||
# include <openssl/ec.h>
|
||||
# include "include/internal/rand.h"
|
||||
# include "internal/rand.h"
|
||||
|
||||
/* we require 256 bits of randomness */
|
||||
# define RANDOMNESS_NEEDED (256 / 8)
|
||||
|
Loading…
x
Reference in New Issue
Block a user