From 44881d5ebab3d3f0ee746f8478f8074562713d5d Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 19 Mar 2019 10:00:13 +0100 Subject: [PATCH] Revert change for MacOSX as hinted --- utils/make-openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/make-openssl.sh b/utils/make-openssl.sh index 931b650..a5c46fe 100755 --- a/utils/make-openssl.sh +++ b/utils/make-openssl.sh @@ -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"