Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
[openssl.git] / doc / man3 / BIO_connect.pod
index 240b21052ce65c84688641edd7ca147b400bad77..9e0d972ba4a72c7d47f4ff4ca2a17c6ba6fe93e1 100644 (file)
@@ -24,7 +24,7 @@ but is present for future use.
 
 BIO_bind() binds the source address and service to a socket and
 may be useful before calling BIO_connect().  The options may include
-B<BIO_SOCK_REUSADDR>, which is described in L</FLAGS> below.
+B<BIO_SOCK_REUSEADDR>, which is described in L</FLAGS> below.
 
 BIO_connect() connects B<sock> to the address and service given by
 B<addr>.  Connection B<options> may be zero or any combination of
@@ -102,8 +102,8 @@ L<BIO_ADDR(3)>
 =head1 HISTORY
 
 BIO_gethostname(), BIO_get_port(), BIO_get_host_ip(),
-BIO_get_accept_socket() and BIO_accept() were deprecated in
-OpenSSL 1.1.0.  Use the functions described above instead.
+BIO_get_accept_socket() and BIO_accept() were deprecated in OpenSSL 1.1.0.
+Use the functions described above instead.
 
 =head1 COPYRIGHT