Skip to content

Commit 2cc900a

Browse files
committed
don't taint OpenSSL with extra patches
1 parent 7362aa6 commit 2cc900a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ libinjection: libinjection/libinjection/src/libinjection.a
8282
libssl/openssl/libssl.a:
8383
cd libssl && rm -rf openssl-openssl-*/ openssl-3*/ || true
8484
cd libssl && tar -zxf openssl-*.tar.gz
85-
cd libssl/openssl && patch crypto/ec/curve448/curve448.c < ../curve448.c-multiplication-overflow.patch
86-
cd libssl/openssl && patch crypto/asn1/a_time.c < ../a_time.c-multiplication-overflow.patch
85+
# cd libssl/openssl && patch crypto/ec/curve448/curve448.c < ../curve448.c-multiplication-overflow.patch
86+
# cd libssl/openssl && patch crypto/asn1/a_time.c < ../a_time.c-multiplication-overflow.patch
8787
cd libssl/openssl && ./config no-ssl3 no-tests
8888
cd libssl/openssl && CC=${CC} CXX=${CXX} ${MAKE}
8989
cd libssl/openssl && ln -s . lib # curl wants this path

0 commit comments

Comments
 (0)