summaryrefslogtreecommitdiff
path: root/external/ios/build_openssl.sh
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-04-12 19:23:41 +0200
committerGitHub <noreply@github.com>2024-04-12 19:23:41 +0200
commit365e58bb9f1a489ec4b6bf86ac4159b89d53dc51 (patch)
tree212086cda76fe60f496b348e4a63c54966f6c323 /external/ios/build_openssl.sh
parent52db5c78f8d94b7d30c27e08a94545fb8934661f (diff)
parent4fd90cdef183fbaf595b2d491c0655bae9040ee7 (diff)
Merge pull request #2 from cypherstack/scriptsv0.18.3.3-RC25
fix openssl script re: previous commit
Diffstat (limited to 'external/ios/build_openssl.sh')
-rwxr-xr-xexternal/ios/build_openssl.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/ios/build_openssl.sh b/external/ios/build_openssl.sh
index ad06311..fc2579e 100755
--- a/external/ios/build_openssl.sh
+++ b/external/ios/build_openssl.sh
@@ -10,7 +10,6 @@ OPEN_SSL_DIR_PATH="${EXTERNAL_IOS_SOURCE_DIR}/OpenSSL"
echo "============================ OpenSSL ============================"
echo "Cloning Open SSL from - $OPEN_SSL_URL"
-git clone $OPEN_SSL_URL $OPEN_SSL_DIR_PATH
# Check if the directory already exists.
if [ -d "$OPEN_SSL_DIR_PATH" ]; then