]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/rsa/rsa_locl.h
More tweaks for comments due indent issues
[thirdparty/openssl.git] / crypto / rsa / rsa_locl.h
CommitLineData
7f430166 1extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
777c47ac
BL
2 unsigned char *rm, size_t *prm_len,
3 const unsigned char *sigbuf, size_t siglen,
4 RSA *rsa);