mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-27 17:37:16 +00:00
5 lines
250 B
C
5 lines
250 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);
|