[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Sun Nov 12 01:35:04 UTC 2017


The branch master has been updated
       via  47c07020b7be6f5f8d8ffc7323b54a4ac259c910 (commit)
      from  46f4e1bec51dc96fa275c168752aa34359d9ee51 (commit)


- Log -----------------------------------------------------------------
commit 47c07020b7be6f5f8d8ffc7323b54a4ac259c910
Author: Piotr Czajka <Ginkooo at users.noreply.github.com>
Date:   Wed Nov 8 22:17:32 2017 +0100

    Typo fix
    
    CLA: trivial
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4705)

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

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

diff --git a/doc/man1/enc.pod b/doc/man1/enc.pod
index 1b89fa6..2ec4d16 100644
--- a/doc/man1/enc.pod
+++ b/doc/man1/enc.pod
@@ -264,7 +264,7 @@ authentication tag.
 
  des-cbc            DES in CBC mode
  des                Alias for des-cbc
- des-cfb            DES in CBC mode
+ des-cfb            DES in CFB mode
  des-ofb            DES in OFB mode
  des-ecb            DES in ECB mode
 


More information about the openssl-commits mailing list