Skip to content

Commit

Permalink
Clean up old OpenSSL build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tagavari committed Jul 20, 2022
1 parent eb22fc8 commit 73ef7a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OpenSSL/Configure.command
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ cd "$(dirname "$0")"

OPENSSL_VERSION=3.0.4

#Clean up
rm -rf Headers libcrypto.a

#Download OpenSSL
echo "Downloading OpenSSL version $OPENSSL_VERSION..."
curl https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz --output openssl-$OPENSSL_VERSION.tar.gz --silent
Expand Down

0 comments on commit 73ef7a7

Please sign in to comment.