summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/RSA_sign.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/RSA_sign.3')
-rw-r--r--secure/lib/libcrypto/man/RSA_sign.38
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/man/RSA_sign.3 b/secure/lib/libcrypto/man/RSA_sign.3
index 765fca4..38dfd3d 100644
--- a/secure/lib/libcrypto/man/RSA_sign.3
+++ b/secure/lib/libcrypto/man/RSA_sign.3
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "RSA_sign 3"
-.TH RSA_sign 3 "2005-02-24" "0.9.7d" "OpenSSL"
+.TH RSA_sign 3 "2006-07-29" "0.9.8b" "OpenSSL"
.SH "NAME"
RSA_sign, RSA_verify \- RSA signatures
.SH "SYNOPSIS"
@@ -139,12 +139,12 @@ RSA_sign, RSA_verify \- RSA signatures
.Ve
.PP
.Vb 2
-\& 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);
.Ve
.PP
.Vb 2
-\& 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);
.Ve
.SH "DESCRIPTION"
OpenPOWER on IntegriCloud