Commit ffade5fb authored by Richard Levitte's avatar Richard Levitte
Browse files

Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget things like %lld

parent 0294674b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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