summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/d2i_X509_REQ.3
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2010-03-13 19:30:29 +0000
committersimon <simon@FreeBSD.org>2010-03-13 19:30:29 +0000
commit497b0c9195ac00c7946a82ee2fc0145de08b0af4 (patch)
treec4989f66a77ae6b0dc72244728d436125fb41048 /secure/lib/libcrypto/man/d2i_X509_REQ.3
parent0d816bbd980d8201a2ad23ccd05f7bde16565282 (diff)
downloadFreeBSD-src-497b0c9195ac00c7946a82ee2fc0145de08b0af4.zip
FreeBSD-src-497b0c9195ac00c7946a82ee2fc0145de08b0af4.tar.gz
Regenerate manual pages for OpenSSL 0.9.8m.
MFC after: 3 weeks
Diffstat (limited to 'secure/lib/libcrypto/man/d2i_X509_REQ.3')
-rw-r--r--secure/lib/libcrypto/man/d2i_X509_REQ.36
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/man/d2i_X509_REQ.3 b/secure/lib/libcrypto/man/d2i_X509_REQ.3
index dd02813..65f5d85 100644
--- a/secure/lib/libcrypto/man/d2i_X509_REQ.3
+++ b/secure/lib/libcrypto/man/d2i_X509_REQ.3
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "d2i_X509_REQ 3"
-.TH d2i_X509_REQ 3 "2009-06-14" "0.9.8k" "OpenSSL"
+.TH d2i_X509_REQ 3 "2010-03-13" "0.9.8m" "OpenSSL"
.SH "NAME"
d2i_X509_REQ, i2d_X509_REQ, d2i_X509_REQ_bio, d2i_X509_REQ_fp,
i2d_X509_REQ_bio, i2d_X509_REQ_fp \- PKCS#10 certificate request functions.
@@ -150,8 +150,8 @@ i2d_X509_REQ_bio, i2d_X509_REQ_fp \- PKCS#10 certificate request functions.
.Ve
.PP
.Vb 2
-\& int i2d_X509_REQ_bio(X509_REQ *x, BIO *bp);
-\& int i2d_X509_REQ_fp(X509_REQ *x, FILE *fp);
+\& int i2d_X509_REQ_bio(BIO *bp, X509_REQ *x);
+\& int i2d_X509_REQ_fp(FILE *fp, X509_REQ *x);
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
OpenPOWER on IntegriCloud