mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
Revert change for MacOSX as hinted
This commit is contained in:
parent
7b2a2174e4
commit
44881d5eba
@ -132,7 +132,7 @@ case $(uname) in
|
||||
case $(uname -m) in
|
||||
# No Kerberos (yet?) for Darwin. Static doesn't work for Darwin (#1204)
|
||||
x86_64) clean || echo "nothing to clean"
|
||||
./config $openssldir_option $STDOPTIONS enable-ec_nistp_64_gcc_128 darwin64-x86_64-cc
|
||||
./Configure $openssldir_option $STDOPTIONS enable-ec_nistp_64_gcc_128 darwin64-x86_64-cc
|
||||
[ $? -ne 0 ] && error "configuring"
|
||||
;;
|
||||
i386) clean || echo "nothing to clean"
|
||||
|
Loading…
Reference in New Issue
Block a user