Skip to content

Commit ed5532f

Browse files
authored
Merge pull request #295 from padelsbach/wp-ossl-version-metadata
Add openssl metadata to normal builds
2 parents a5c4aec + 5f0d835 commit ed5532f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/utils-openssl.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,12 @@ patch_openssl() {
210210
patch_openssl_version
211211
printf "Done.\n"
212212

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"
213219
popd &> /dev/null
214220
fi
215221
}

0 commit comments

Comments
 (0)