summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-11-01 15:47:41 +0100
committerRichard Levitte <levitte@openssl.org>2015-11-02 17:36:49 +0100
commit8976eb249aa4aae8c5c7a6f59a512cd22d2a9b8e (patch)
tree6b003cdb308fb220cfc1b1b6b58d2aaf65b70ecc /doc
parent0e474b8b6f328a4fadca7f4689e13d60f1d90515 (diff)
Remove dummy argument from BIO_get_bind_mode
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/BIO_s_accept.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_s_accept.pod b/doc/crypto/BIO_s_accept.pod
index 80a83485ad..87d24a89dc 100644
--- a/doc/crypto/BIO_s_accept.pod
+++ b/doc/crypto/BIO_s_accept.pod
@@ -21,7 +21,7 @@ BIO_get_bind_mode, BIO_do_accept - accept BIO
long BIO_set_accept_bios(BIO *b, char *bio);
long BIO_set_bind_mode(BIO *b, long mode);
- long BIO_get_bind_mode(BIO *b, long dummy);
+ long BIO_get_bind_mode(BIO *b);
#define BIO_BIND_NORMAL 0
#define BIO_BIND_REUSEADDR_IF_UNUSED 1