Loading doc/crypto/RSA_sign.pod +2 −2 Original line number Original line Diff line number Diff line Loading @@ -8,10 +8,10 @@ RSA_sign, RSA_verify - RSA signatures #include <openssl/rsa.h> #include <openssl/rsa.h> int RSA_sign(int type, unsigned char *m, unsigned int m_len, int RSA_sign(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, RSA *rsa); unsigned char *sigret, unsigned int *siglen, RSA *rsa); int RSA_verify(int type, unsigned char *m, unsigned int m_len, int RSA_verify(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa); unsigned char *sigbuf, unsigned int siglen, RSA *rsa); =head1 DESCRIPTION =head1 DESCRIPTION Loading Loading
doc/crypto/RSA_sign.pod +2 −2 Original line number Original line Diff line number Diff line Loading @@ -8,10 +8,10 @@ RSA_sign, RSA_verify - RSA signatures #include <openssl/rsa.h> #include <openssl/rsa.h> int RSA_sign(int type, unsigned char *m, unsigned int m_len, int RSA_sign(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigret, unsigned int *siglen, RSA *rsa); unsigned char *sigret, unsigned int *siglen, RSA *rsa); int RSA_verify(int type, unsigned char *m, unsigned int m_len, int RSA_verify(int type, const unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa); unsigned char *sigbuf, unsigned int siglen, RSA *rsa); =head1 DESCRIPTION =head1 DESCRIPTION Loading