summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/common-functions b/common-functions
index ea5a24f..671be5a 100644
--- a/common-functions
+++ b/common-functions
@@ -126,7 +126,7 @@ function import_openssl
fi
echo "Importing OpenSSL $OPENSSL_VER"
- ( cd ${OPENSSL_DIR}; patch -p0 -i ../${OPENSSL_PATCH} )
+ ( cd ${OPENSSL_DIR}; patch -p1 -i ../${OPENSSL_PATCH} )
./Install.sh
if [ $? -eq 0 ]; then