[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Thu Mar 2 17:43:54 UTC 2017


The branch master has been updated
       via  73fb82b72c7544cf52d95ac29d4a45b253395715 (commit)
      from  51f5930ae6d17c838674f3129d992a0366a63139 (commit)


- Log -----------------------------------------------------------------
commit 73fb82b72c7544cf52d95ac29d4a45b253395715
Author: Rich Salz <rsalz at openssl.org>
Date:   Thu Mar 2 10:07:21 2017 -0500

    Remove ref to err(7), update copyright.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2825)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/CONF_modules_load_file.pod  | 4 ++--
 doc/man3/ERR_GET_LIB.pod             | 4 ++--
 doc/man3/ERR_clear_error.pod         | 4 ++--
 doc/man3/ERR_error_string.pod        | 4 ++--
 doc/man3/ERR_get_error.pod           | 4 ++--
 doc/man3/ERR_load_crypto_strings.pod | 4 ++--
 doc/man3/ERR_load_strings.pod        | 4 ++--
 doc/man3/ERR_print_errors.pod        | 6 +++---
 doc/man3/ERR_put_error.pod           | 4 ++--
 doc/man3/ERR_remove_state.pod        | 4 ++--
 doc/man3/ERR_set_mark.pod            | 6 +-----
 doc/man3/EVP_DigestSignInit.pod      | 4 ++--
 doc/man3/EVP_DigestVerifyInit.pod    | 4 ++--
 doc/man3/EVP_SignInit.pod            | 4 ++--
 doc/man3/EVP_VerifyInit.pod          | 4 ++--
 doc/man3/SSL_get_error.pod           | 2 +-
 doc/man3/SSL_want.pod                | 2 +-
 17 files changed, 32 insertions(+), 36 deletions(-)

diff --git a/doc/man3/CONF_modules_load_file.pod b/doc/man3/CONF_modules_load_file.pod
index 7ddd12a..1149142 100644
--- a/doc/man3/CONF_modules_load_file.pod
+++ b/doc/man3/CONF_modules_load_file.pod
@@ -122,11 +122,11 @@ return value of the failing module (this will always be zero or negative).
 =head1 SEE ALSO
 
 L<config(5)>, L<OPENSSL_config(3)>,
-L<NCONF_free(3)>, L<err(7)>
+L<NCONF_free(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2004-2017 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
diff --git a/doc/man3/ERR_GET_LIB.pod b/doc/man3/ERR_GET_LIB.pod
index 7368a40..5602a8e 100644
--- a/doc/man3/ERR_GET_LIB.pod
+++ b/doc/man3/ERR_GET_LIB.pod
@@ -47,7 +47,7 @@ is fatal, respectively.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_get_error(3)>
+L<ERR_get_error(3)>
 
 =head1 HISTORY
 
@@ -56,7 +56,7 @@ all versions of OpenSSL.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/ERR_clear_error.pod b/doc/man3/ERR_clear_error.pod
index 1c85e59..c876615 100644
--- a/doc/man3/ERR_clear_error.pod
+++ b/doc/man3/ERR_clear_error.pod
@@ -20,11 +20,11 @@ ERR_clear_error() has no return value.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_get_error(3)>
+L<ERR_get_error(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/ERR_error_string.pod b/doc/man3/ERR_error_string.pod
index 7fcf2f2..695eaf2 100644
--- a/doc/man3/ERR_error_string.pod
+++ b/doc/man3/ERR_error_string.pod
@@ -59,12 +59,12 @@ none is registered for the error code.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_get_error(3)>,
+L<ERR_get_error(3)>,
 L<ERR_print_errors(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/ERR_get_error.pod b/doc/man3/ERR_get_error.pod
index d8759a0..3b223c9 100644
--- a/doc/man3/ERR_get_error.pod
+++ b/doc/man3/ERR_get_error.pod
@@ -64,12 +64,12 @@ The error code, or 0 if there is no error in the queue.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_error_string(3)>,
+L<ERR_error_string(3)>,
 L<ERR_GET_LIB(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/ERR_load_crypto_strings.pod b/doc/man3/ERR_load_crypto_strings.pod
index ed3f122..56d91d5 100644
--- a/doc/man3/ERR_load_crypto_strings.pod
+++ b/doc/man3/ERR_load_crypto_strings.pod
@@ -42,7 +42,7 @@ ERR_free_strings() return no values.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_error_string(3)>
+L<ERR_error_string(3)>
 
 =head1 HISTORY
 
@@ -52,7 +52,7 @@ OPENSSL_init_crypto() and OPENSSL_init_ssl().
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/ERR_load_strings.pod b/doc/man3/ERR_load_strings.pod
index b8fc979..ee8de2c 100644
--- a/doc/man3/ERR_load_strings.pod
+++ b/doc/man3/ERR_load_strings.pod
@@ -44,11 +44,11 @@ library number.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_load_strings(3)>
+L<ERR_load_strings(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/ERR_print_errors.pod b/doc/man3/ERR_print_errors.pod
index b50999b..134b374 100644
--- a/doc/man3/ERR_print_errors.pod
+++ b/doc/man3/ERR_print_errors.pod
@@ -45,12 +45,12 @@ ERR_print_errors() and ERR_print_errors_fp() return no values.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_error_string(3)>,
-L<ERR_get_error(3)>.
+L<ERR_error_string(3)>,
+L<ERR_get_error(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/ERR_put_error.pod b/doc/man3/ERR_put_error.pod
index e90bc4d..14695ba 100644
--- a/doc/man3/ERR_put_error.pod
+++ b/doc/man3/ERR_put_error.pod
@@ -62,11 +62,11 @@ no values.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_load_strings(3)>
+L<ERR_load_strings(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/ERR_remove_state.pod b/doc/man3/ERR_remove_state.pod
index dc0f386..617b4b7 100644
--- a/doc/man3/ERR_remove_state.pod
+++ b/doc/man3/ERR_remove_state.pod
@@ -31,7 +31,7 @@ The functions described here return no value.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<OPENSSL_init_crypto(3)>
+LL<OPENSSL_init_crypto(3)>
 
 =head1 HISTORY
 
@@ -43,7 +43,7 @@ thread handling functionality was entirely rewritten.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/ERR_set_mark.pod b/doc/man3/ERR_set_mark.pod
index 29fc716..b3afea8 100644
--- a/doc/man3/ERR_set_mark.pod
+++ b/doc/man3/ERR_set_mark.pod
@@ -27,13 +27,9 @@ ERR_set_mark() returns 0 if the error stack is empty, otherwise 1.
 ERR_pop_to_mark() returns 0 if there was no mark in the error stack, which
 implies that the stack became empty, otherwise 1.
 
-=head1 SEE ALSO
-
-L<err(7)>
-
 =head1 COPYRIGHT
 
-Copyright 2003-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2003-2017 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
diff --git a/doc/man3/EVP_DigestSignInit.pod b/doc/man3/EVP_DigestSignInit.pod
index fc735b8..7ec06b7 100644
--- a/doc/man3/EVP_DigestSignInit.pod
+++ b/doc/man3/EVP_DigestSignInit.pod
@@ -74,7 +74,7 @@ which indicates the maximum possible signature for any set of parameters.
 =head1 SEE ALSO
 
 L<EVP_DigestVerifyInit(3)>,
-L<EVP_DigestInit(3)>, L<err(7)>,
+L<EVP_DigestInit(3)>,
 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
 L<MD5(3)>, L<MDC2(3)>, L<RIPEMD160(3)>,
 L<SHA1(3)>, L<dgst(1)>
@@ -86,7 +86,7 @@ were first added to OpenSSL 1.0.0.
 
 =head1 COPYRIGHT
 
-Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2017 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
diff --git a/doc/man3/EVP_DigestVerifyInit.pod b/doc/man3/EVP_DigestVerifyInit.pod
index d117582..ce59422 100644
--- a/doc/man3/EVP_DigestVerifyInit.pod
+++ b/doc/man3/EVP_DigestVerifyInit.pod
@@ -69,7 +69,7 @@ will occur.
 =head1 SEE ALSO
 
 L<EVP_DigestSignInit(3)>,
-L<EVP_DigestInit(3)>, L<err(7)>,
+L<EVP_DigestInit(3)>,
 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
 L<MD5(3)>, L<MDC2(3)>, L<RIPEMD160(3)>,
 L<SHA1(3)>, L<dgst(1)>
@@ -81,7 +81,7 @@ were first added to OpenSSL 1.0.0.
 
 =head1 COPYRIGHT
 
-Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2017 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
diff --git a/doc/man3/EVP_SignInit.pod b/doc/man3/EVP_SignInit.pod
index 21522fd..c40da1e 100644
--- a/doc/man3/EVP_SignInit.pod
+++ b/doc/man3/EVP_SignInit.pod
@@ -93,14 +93,14 @@ The previous two bugs are fixed in the newer EVP_SignDigest*() function.
 =head1 SEE ALSO
 
 L<EVP_VerifyInit(3)>,
-L<EVP_DigestInit(3)>, L<err(7)>,
+L<EVP_DigestInit(3)>,
 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
 L<MD5(3)>, L<MDC2(3)>, L<RIPEMD160(3)>,
 L<SHA1(3)>, L<dgst(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/EVP_VerifyInit.pod b/doc/man3/EVP_VerifyInit.pod
index 41703ed..ffb6f14 100644
--- a/doc/man3/EVP_VerifyInit.pod
+++ b/doc/man3/EVP_VerifyInit.pod
@@ -82,14 +82,14 @@ The previous two bugs are fixed in the newer EVP_VerifyDigest*() function.
 
 L<evp(7)>,
 L<EVP_SignInit(3)>,
-L<EVP_DigestInit(3)>, L<err(7)>,
+L<EVP_DigestInit(3)>,
 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
 L<MD5(3)>, L<MDC2(3)>, L<RIPEMD160(3)>,
 L<SHA1(3)>, L<dgst(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 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
diff --git a/doc/man3/SSL_get_error.pod b/doc/man3/SSL_get_error.pod
index e318de8..efa78ef 100644
--- a/doc/man3/SSL_get_error.pod
+++ b/doc/man3/SSL_get_error.pod
@@ -132,7 +132,7 @@ OpenSSL error queue contains more information on the error.
 
 =head1 SEE ALSO
 
-L<ssl(7)>, L<err(7)>
+L<ssl(7)>
 
 =head1 HISTORY
 
diff --git a/doc/man3/SSL_want.pod b/doc/man3/SSL_want.pod
index 8efe50b..ce21f47 100644
--- a/doc/man3/SSL_want.pod
+++ b/doc/man3/SSL_want.pod
@@ -97,7 +97,7 @@ the corresponding condition is true or 0 otherwise.
 
 =head1 SEE ALSO
 
-L<ssl(7)>, L<err(7)>, L<SSL_get_error(3)>
+L<ssl(7)>, L<SSL_get_error(3)>
 
 =head1 HISTORY
 


More information about the openssl-commits mailing list