Include rand.h, so RAND_status() and friends get properly declared.
This commit is contained in:
parent
a157379adc
commit
0ae4ad9e9f
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
#include <openssl/lhash.h>
|
#include <openssl/lhash.h>
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
#include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
|
#include <openssl/rand.h>
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
#include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue