提交 4f275f24 编写于 作者: D Dr. Stephen Henson

stop warnings

上级 1ad2e14a
......@@ -73,6 +73,7 @@
#include <openssl/rsa.h>
#endif
#include <openssl/bn.h>
#include <openssl/err.h>
/* RSAX is available **ONLY* on x86_64 CPUs */
#undef COMPILE_RSAX
......@@ -284,7 +285,7 @@ static E_RSAX_MOD_CTX *e_rsax_get_ctx(RSA *rsa, int idx, BIGNUM* m)
RSA_set_ex_data(rsa, rsax_ex_data_idx, hptr);
}
if (hptr[idx].type == BN_num_bits(m))
if (hptr[idx].type == (UINT64)BN_num_bits(m))
return hptr+idx;
if (BN_num_bits(m) == 512) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册