X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FBIO_ADDRINFO.pod;h=9ebf99a814647c862f21d3d5aa9ef6065bbf38a8;hp=2965d0dc6571f36138a4e8406bc57dd8ba74fb99;hb=7a2c739c0066f0ad41f1fd8ee2d0670724032c1b;hpb=99ec4fdb40a4c06ee8e986f6293e59516d05999a diff --git a/doc/crypto/BIO_ADDRINFO.pod b/doc/crypto/BIO_ADDRINFO.pod index 2965d0dc65..9ebf99a814 100644 --- a/doc/crypto/BIO_ADDRINFO.pod +++ b/doc/crypto/BIO_ADDRINFO.pod @@ -2,9 +2,10 @@ =head1 NAME -BIO_ADDRINFO, BIO_ADDRINFO_lookup, BIO_ADDRINFO_next, BIO_ADDRINFO_free, +BIO_ADDRINFO, BIO_ADDRINFO_next, BIO_ADDRINFO_free, BIO_ADDRINFO_family, BIO_ADDRINFO_socktype, BIO_ADDRINFO_protocol, -BIO_ADDRINFO_sockaddr, BIO_ADDRINFO_sockaddr_size, BIO_ADDRINFO_address +BIO_ADDRINFO_address, +BIO_lookup - BIO_ADDRINFO type and routines =head1 SYNOPSIS @@ -77,8 +78,13 @@ will leave an error indication on the OpenSSL error stack in that case. All other functions described here return 0 or B when the information they should return isn't available. -=head1 SEE ALSO +=head1 COPYRIGHT -L +Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. =cut