summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/d2i_X509_CRL.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_CRL.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_CRL.3')
-rw-r--r--secure/lib/libcrypto/man/d2i_X509_CRL.36
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/man/d2i_X509_CRL.3 b/secure/lib/libcrypto/man/d2i_X509_CRL.3
index ab843d9..79c64a4 100644
--- a/secure/lib/libcrypto/man/d2i_X509_CRL.3
+++ b/secure/lib/libcrypto/man/d2i_X509_CRL.3
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "d2i_X509_CRL 3"
-.TH d2i_X509_CRL 3 "2009-06-14" "0.9.8k" "OpenSSL"
+.TH d2i_X509_CRL 3 "2010-03-13" "0.9.8m" "OpenSSL"
.SH "NAME"
d2i_X509_CRL, i2d_X509_CRL, d2i_X509_CRL_bio, d2i_509_CRL_fp,
i2d_X509_CRL_bio, i2d_X509_CRL_fp \- PKCS#10 certificate request functions.
@@ -150,8 +150,8 @@ i2d_X509_CRL_bio, i2d_X509_CRL_fp \- PKCS#10 certificate request functions.
.Ve
.PP
.Vb 2
-\& int i2d_X509_CRL_bio(X509_CRL *x, BIO *bp);
-\& int i2d_X509_CRL_fp(X509_CRL *x, FILE *fp);
+\& int i2d_X509_CRL_bio(BIO *bp, X509_CRL *x);
+\& int i2d_X509_CRL_fp(FILE *fp, X509_CRL *x);
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
OpenPOWER on IntegriCloud