mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
7f4301668f
(m_len currently is 'unsigned int', not 'size_t') Submitted by: Gisle Vanem
5 lines
178 B
C
5 lines
178 B
C
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);
|