From: jamercee Date: Thu, 4 Aug 2016 21:04:32 +0000 (-0400) Subject: Fixed typo X-Git-Tag: OpenSSL_1_1_0~227 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e86e76a6c4744244104838700eebeb54209b5827;p=oweals%2Fopenssl.git Fixed typo Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1386) --- diff --git a/doc/crypto/BIO_s_accept.pod b/doc/crypto/BIO_s_accept.pod index 70f5f9287b..5a908acf8c 100644 --- a/doc/crypto/BIO_s_accept.pod +++ b/doc/crypto/BIO_s_accept.pod @@ -154,7 +154,7 @@ BIO_set_accept_name(), BIO_set_accept_port(), BIO_set_nbio_accept(), BIO_set_accept_bios(), and BIO_set_bind_mode(), return 1 for success and 0 or -1 for failure. -BIO_set_accept_name() returns the accept name or NULL on error. +BIO_get_accept_name() returns the accept name or NULL on error. BIO_get_accept_port() returns the port as a string or NULL on error.