summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/BIO_set_callback.3
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2007-03-15 20:15:15 +0000
committersimon <simon@FreeBSD.org>2007-03-15 20:15:15 +0000
commiteeba69019016572d311c7a8d220c58ed6179058b (patch)
tree43bc5ebcdf4cceae2e2c54a5b3a7c1b72007e0c3 /secure/lib/libcrypto/man/BIO_set_callback.3
parent394ba190a3f3c2ec13e67e830b6faeb2dd3e651c (diff)
downloadFreeBSD-src-eeba69019016572d311c7a8d220c58ed6179058b.zip
FreeBSD-src-eeba69019016572d311c7a8d220c58ed6179058b.tar.gz
Upgrade to OpenSSL 0.9.8e.
Diffstat (limited to 'secure/lib/libcrypto/man/BIO_set_callback.3')
-rw-r--r--secure/lib/libcrypto/man/BIO_set_callback.36
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/man/BIO_set_callback.3 b/secure/lib/libcrypto/man/BIO_set_callback.3
index 35869e5..3f97ee9 100644
--- a/secure/lib/libcrypto/man/BIO_set_callback.3
+++ b/secure/lib/libcrypto/man/BIO_set_callback.3
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "BIO_set_callback 3"
-.TH BIO_set_callback 3 "2006-10-01" "0.9.8d" "OpenSSL"
+.TH BIO_set_callback 3 "2007-03-15" "0.9.8e" "OpenSSL"
.SH "NAME"
BIO_set_callback, BIO_get_callback, BIO_set_callback_arg, BIO_get_callback_arg,
BIO_debug_callback \- BIO callback functions
@@ -152,7 +152,7 @@ BIO_debug_callback \- BIO callback functions
.Ve
.PP
.Vb 2
-\& typedef long callback(BIO *b, int oper, const char *argp,
+\& typedef long (*callback)(BIO *b, int oper, const char *argp,
\& int argi, long argl, long retvalue);
.Ve
.SH "DESCRIPTION"
OpenPOWER on IntegriCloud