Adapt BIO_new_accept() to call BIO_set_accept_name()
authorjamercee <jim@carroll.com>
Wed, 3 Aug 2016 15:31:46 +0000 (11:31 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 10 Aug 2016 15:07:42 +0000 (11:07 -0400)
commitb4c1d72e9f4fd47581d2231906b9d45bc003cb3b
treece032f926a87baa023054e04887eb2179b8a87bc
parent2301d91dd58d9827865e360d616291f2549ec5bf
Adapt BIO_new_accept() to call BIO_set_accept_name()

Commit 417be66 broken BIO_new_accept() by changing the definition of the
macro BIO_set_accept_port() which stopped acpt_ctrl() from calling
BIO_parse_hostserv(). This commit completes the series of changes
initiated in 417be66.

Updated pods to reflect new definition introduced by 417be66.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1386)
crypto/bio/bss_acpt.c
doc/crypto/BIO_s_accept.pod