[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Jun 21 18:45:33 UTC 2016


The branch master has been updated
       via  28bd8e945ff0bf50183af2481cc36180fbccaedb (commit)
      from  14c4201958152392941615626da5d2800c98e943 (commit)


- Log -----------------------------------------------------------------
commit 28bd8e945ff0bf50183af2481cc36180fbccaedb
Author: Petr Vaněk <arkamar at atlas.cz>
Date:   Tue Jun 21 13:30:54 2016 +0200

    Fix typo
    
    Reviewed-by: Kurt Roeckx <kurt at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1241)

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

Summary of changes:
 Configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure b/Configure
index e0d086f..85e6bdf 100755
--- a/Configure
+++ b/Configure
@@ -79,7 +79,7 @@ my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lx
 # RMD160_ASM	use some extra ripemd160 assembler,
 # SHA256_ASM	sha256_block is implemented in assembler
 # SHA512_ASM	sha512_block is implemented in assembler
-# AES_ASM	ASE_[en|de]crypt is implemented in assembler
+# AES_ASM	AES_[en|de]crypt is implemented in assembler
 
 # Minimum warning options... any contributions to OpenSSL should at least get
 # past these.


More information about the openssl-commits mailing list