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
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#include <openssl/bn.h> /* To get BN_LLONG properly defined */
|
||||
#include <openssl/bio.h>
|
||||
|
||||
#ifdef BN_LLONG
|
||||
|
Loading…
Reference in New Issue
Block a user