提交 7f430166 编写于 作者: B Bodo Möller

Make sure the int_rsa_verify() prototype matches the implementation

(m_len currently is 'unsigned int', not 'size_t')

Submitted by: Gisle Vanem
上级 29a1bb07
extern int int_rsa_verify(int dtype, const unsigned char *m, size_t m_len,
extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
unsigned char *rm, size_t *prm_len,
const unsigned char *sigbuf, size_t siglen,
RSA *rsa);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册