Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget things like %lld
This commit is contained in:
parent
b7883fbb6e
commit
347177e052
@ -69,6 +69,7 @@
|
|||||||
#ifndef NO_SYS_TYPES_H
|
#ifndef NO_SYS_TYPES_H
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <openssl/bn.h> /* To get BN_LLONG properly defined */
|
||||||
#include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
|
|
||||||
#ifdef BN_LLONG
|
#ifdef BN_LLONG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user