diff --git a/scripts/build.sh b/scripts/build.sh
index 98ed2b6fc7087bc98e2c79d1358f4dfc596852b7..32dfae3c66ee8163de452de01f8213f4b3b81c0a 100644
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -17,9 +17,9 @@ export OPENSSL_DIR
 
 # Dependency: OpenSSL
 echo "Checking out OpenSSL"
-git clone https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR"
+git clone -q https://github.com/openssl/openssl.git -b "$OPENSSL_TAG" "$OPENSSL_DIR"
 cd "$OPENSSL_DIR" || exit
-./Configure
+./config
 
 # Dependency: ngx_brotli
 # Dependency: nginx-ct