[openssl] master update

Dr. Paul Dale pauli at openssl.org
Thu Feb 11 00:19:40 UTC 2021


The branch master has been updated
       via  dc9ec65a018d92306e4b3139239505c5cfc5b15e (commit)
      from  3a111aadc3d24e0f325497f830a59295d0616e98 (commit)


- Log -----------------------------------------------------------------
commit dc9ec65a018d92306e4b3139239505c5cfc5b15e
Author: KOBAYASHI Ittoku <nono381d815 at gmail.com>
Date:   Sat Feb 6 11:59:12 2021 +0900

    Match description with actual output of dgst
    
    CLA: trivial
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14089)

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

Summary of changes:
 doc/man1/openssl-dgst.pod.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man1/openssl-dgst.pod.in b/doc/man1/openssl-dgst.pod.in
index d90e6146c6..b976ad45d8 100644
--- a/doc/man1/openssl-dgst.pod.in
+++ b/doc/man1/openssl-dgst.pod.in
@@ -125,7 +125,7 @@ see L<openssl-passphrase-options(1)>.
 =item B<-verify> I<filename>
 
 Verify the signature using the public key in "filename".
-The output is either "Verification OK" or "Verification Failure".
+The output is either "Verified OK" or "Verification Failure".
 
 =item B<-prverify> I<filename>
 


More information about the openssl-commits mailing list