]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - crypto/openssl/crypto/rsa/rsa_locl.h
Fix multiple OpenSSL vulnerabilities.
[FreeBSD/releng/10.1.git] / crypto / openssl / crypto / rsa / rsa_locl.h
1 extern int int_rsa_verify(int dtype, const unsigned char *m,
2                           unsigned int m_len, unsigned char *rm,
3                           size_t *prm_len, const unsigned char *sigbuf,
4                           size_t siglen, RSA *rsa);