提交 347177e0 编写于 作者: R Richard Levitte

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

上级 b7883fbb
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册