summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_accept.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/BIO_s_accept.pod')
-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 ec8fa3a0ca..e0877e0d8e 100644
--- a/doc/crypto/BIO_s_accept.pod
+++ b/doc/crypto/BIO_s_accept.pod
@@ -10,7 +10,7 @@ BIO_get_bind_mode, BIO_do_accept - accept BIO
#include <openssl/bio.h>
- BIO_METHOD *BIO_s_accept(void);
+ const BIO_METHOD *BIO_s_accept(void);
long BIO_set_accept_port(BIO *b, char *name);
char *BIO_get_accept_port(BIO *b);