X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=doc%2Fman3%2FX509_check_private_key.pod;h=9c83a8ad20fb7560a8e3afb2f91b0be35b915eb8;hb=9a131ad7477f85d40ee96853e60d0de86f5f4e09;hp=a1fb07b1097e5066ccd08645ca6b5a26517cd00e;hpb=09ddb8785a5418fc849354f110ac5b8bb4ab26d2;p=openssl.git diff --git a/doc/man3/X509_check_private_key.pod b/doc/man3/X509_check_private_key.pod index a1fb07b109..9c83a8ad20 100644 --- a/doc/man3/X509_check_private_key.pod +++ b/doc/man3/X509_check_private_key.pod @@ -22,7 +22,7 @@ key B with the public key in B. X509_REQ_check_private_key() is equivalent to X509_check_private_key() except that B represents a certificate request of structure B. -=head1 RETURN VALUE +=head1 RETURN VALUES X509_check_private_key() and X509_REQ_check_private_key() return 1 if the keys match each other, and 0 if not. @@ -44,9 +44,9 @@ L =head1 COPYRIGHT -Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2017-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.