Loading crypto/bio/b_addr.c +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ socklen_t BIO_ADDR_sockaddr_size(const BIO_ADDR *ap) /********************************************************************** * * Address into database * Address info database * */ Loading doc/crypto/BIO_parse_hostserv.pod +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,11 @@ The service part can be a service name or its port number. The returned values will depend on the given B<hostserv> string and B<hostserv_prio>, as follows: =for comment The following is ONE verbatim block. To make sure it's rendered as one block and not several, the blank lines in between have one space. They should be left as is. host + ':' + service => *host = "host", *service = "service" host + ':' + '*' => *host = "host", *service = NULL host + ':' => *host = "host", *service = NULL Loading Loading
crypto/bio/b_addr.c +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ socklen_t BIO_ADDR_sockaddr_size(const BIO_ADDR *ap) /********************************************************************** * * Address into database * Address info database * */ Loading
doc/crypto/BIO_parse_hostserv.pod +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,11 @@ The service part can be a service name or its port number. The returned values will depend on the given B<hostserv> string and B<hostserv_prio>, as follows: =for comment The following is ONE verbatim block. To make sure it's rendered as one block and not several, the blank lines in between have one space. They should be left as is. host + ':' + service => *host = "host", *service = "service" host + ':' + '*' => *host = "host", *service = NULL host + ':' => *host = "host", *service = NULL Loading