Make it possible to easily specify a libctx for EVP_DigestSign*
[openssl.git] / doc / man3 / BIO_s_accept.pod
index 45b864e5e64d91d60b8ff1ad4f6b7b6e79ee60d7..e6ad95b4e035b0340471c21cca4d33e8a40c734f 100644 (file)
@@ -174,7 +174,7 @@ BIO_get_bind_mode() returns the set of B<BIO_BIND> flags, or -1 on failure.
 
 BIO_new_accept() returns a BIO or NULL on error.
 
-=head1 EXAMPLE
+=head1 EXAMPLES
 
 This example accepts two connections on port 4444, sends messages
 down each and finally closes both down.
@@ -226,7 +226,7 @@ down each and finally closes both down.
 
 Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (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<https://www.openssl.org/source/license.html>.