aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-10-26 14:58:55 -0400
committerJack Lloyd <[email protected]>2018-10-26 14:58:55 -0400
commit9fc0ad1e4ecc3725ee654ea51c9ee6bfae1537f8 (patch)
tree6820dafc2e6385a53f3fb8bb77d750488ae4b84f
parentb30a4f188b4442aafe8387929466487892d1ae46 (diff)
Rename --disable-sha to --disable-sha-ni
Which should hopefully be less confusing, and optparse will accept the truncated version so no compat problem. GH #1718
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 797514063..33a4d798c 100755
--- a/configure.py
+++ b/configure.py
@@ -337,7 +337,7 @@ def process_command_line(args): # pylint: disable=too-many-locals,too-many-state
isa_extensions = [
'SSE2', 'SSSE3', 'SSE4.1', 'SSE4.2', 'AVX2',
- 'AES-NI', 'SHA',
+ 'AES-NI', 'SHA-NI',
'AltiVec', 'NEON', 'ARMv8Crypto']
for isa_extn_name in isa_extensions: