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:34:04 +00:00
parent b7883fbb6e
commit 347177e052

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