Skip to content

Commit

Permalink
Remove openssl.cnf from vendor bundles as it is not necessary
Browse files Browse the repository at this point in the history
See: phpseclib/phpseclib#1781

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Apr 27, 2022
1 parent 4564ff5 commit 124bb33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ cleanup_composer_vendors() {
-not -name Random.php \
-not -name Rijndael.php \
-print0 | xargs -0 rm
# See: https://github.com/phpseclib/phpseclib/issues/1781
# if vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php is missing then openssl.cnf can be removed
rm vendor/phpseclib/phpseclib/phpseclib/openssl.cnf
find vendor/tecnickcom/tcpdf/fonts/ -maxdepth 1 -type f \
-not -name 'dejavusans.*' \
-not -name 'dejavusansb.*' \
Expand Down

0 comments on commit 124bb33

Please sign in to comment.