File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ libinjection: libinjection/libinjection/src/libinjection.a
8282libssl/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
You can’t perform that action at this time.
0 commit comments