Change RC5_32_set_key to return an int type
[openssl.git] / doc / man3 / SSL_session_reused.pod
index 1a3d567bd8447fd6bc1f2e7b433c900dc4709495..7b68e8a8cf69dfb845b765c961aa81546d58774c 100644 (file)
@@ -8,7 +8,7 @@ SSL_session_reused - query whether a reused session was negotiated during handsh
 
  #include <openssl/ssl.h>
 
- int SSL_session_reused(SSL *ssl);
+ int SSL_session_reused(const SSL *ssl);
 
 =head1 DESCRIPTION
 
@@ -46,7 +46,7 @@ L<SSL_CTX_set_session_cache_mode(3)>
 
 Copyright 2001-2016 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>.