summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2016-06-21 13:30:54 +0200
committerRich Salz <rsalz@openssl.org>2016-06-21 14:40:06 -0400
commit28bd8e945ff0bf50183af2481cc36180fbccaedb (patch)
tree1cf070a2476c71be84e805a6c2121b48ff872065 /Configure
parent14c4201958152392941615626da5d2800c98e943 (diff)
Fix typo
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1241)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index e0d086f8f2..85e6bdf3b7 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.