Add description in X509_STORE manipulation
[openssl.git] / doc / man3 / SSL_set_connect_state.pod
index d747927a7005e07026f6665bd3c6a9401b4032a9..559d23a759db86e351012dbfd33541181b06ee53 100644 (file)
@@ -30,7 +30,7 @@ it was either assigned a dedicated client method, a dedicated server
 method, or a generic method, that can be used for both client and
 server connections. (The method might have been changed with
 L<SSL_CTX_set_ssl_version(3)> or
-SSL_set_ssl_method().)
+L<SSL_set_ssl_method(3)>.)
 
 When beginning a new handshake, the SSL engine must know whether it must
 call the connect (client) or accept (server) routines. Even though it may
@@ -69,7 +69,7 @@ L<SSL_CTX_set_ssl_version(3)>
 
 Copyright 2001-2017 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>.