Commit fcbcb8dd authored by Rich Salz's avatar Rich Salz
Browse files

Remove ref to err(7), update copyright.



Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2825)
(cherry picked from commit 73fb82b7)
parent c81fa2e1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -121,12 +121,12 @@ return value of the failing module (this will always be zero or negative).

=head1 SEE ALSO

L<conf(5)>, L<OPENSSL_config(3)>,
L<CONF_free(3)>, L<err(3)>
L<config(5)>, L<OPENSSL_config(3)>,
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
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@ ERR_clear_error() has no return value.

=head1 SEE ALSO

L<err(3)>, 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
+2 −2
Original line number Diff line number Diff line
@@ -59,12 +59,12 @@ none is registered for the error code.

=head1 SEE ALSO

L<err(3)>, 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
+2 −2
Original line number Diff line number Diff line
@@ -64,12 +64,12 @@ The error code, or 0 if there is no error in the queue.

=head1 SEE ALSO

L<err(3)>, 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
Loading