Skip to content

Commit 321023d

Browse files
author
Brandon Siegel
committed
Fix openssl_osx build script
1 parent 88dec46 commit 321023d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_openssl_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rm -f openssl-$OPENSSL_VERSION.tar.gz
77
mv openssl-$OPENSSL_VERSION openssl_src
88

99
# Compile x86_64
10-
cd ../openssl_src
10+
cd openssl_src
1111
./Configure darwin64-x86_64-cc enable-ec_nistp_64_gcc_128 no-ssl2 no-ssl3 no-zlib no-shared no-comp --prefix=$DEST/openssl --openssldir=$DEST/openssl
1212
make depend
1313
make

0 commit comments

Comments
 (0)