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

This commit is contained in:
Richard Levitte 2001-03-27 18:33:50 +00:00
parent 0294674b44
commit ffade5fb96

View File

@ -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