]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/openssl/crypto/rsa/rsa_locl.h
Fix integer overflow in IGMP protocol. [SA-15:04]
[FreeBSD/releng/10.0.git] / crypto / openssl / crypto / rsa / rsa_locl.h
1 extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
2                 unsigned char *rm, size_t *prm_len,
3                 const unsigned char *sigbuf, size_t siglen,
4                 RSA *rsa);