We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8274fd9 commit 5f0d835Copy full SHA for 5f0d835
scripts/utils-openssl.sh
@@ -210,6 +210,12 @@ patch_openssl() {
210
patch_openssl_version
211
printf "Done.\n"
212
213
+ popd &> /dev/null
214
+ else
215
+ printf "\tPatching OpenSSL version only ... "
216
+ pushd ${OPENSSL_SOURCE_DIR} &> /dev/null
217
+ patch_openssl_version
218
+ printf "Done.\n"
219
popd &> /dev/null
220
fi
221
}
0 commit comments