Skip to content

Commit 135d650

Browse files
laanwjknst
authored andcommitted
Merge bitcoin#23314: build: explicitly disable libsecp256k1 openssl based tests
d752454 build: explicitly disable libsecp256k1 openssl based tests (fanquake) Pull request description: These tests are failing when run against OpenSSL 3, and have been removed upstream, bitcoin-core/secp256k1#983, so disabled them for now to avoid `make check` failures. Note that this will also remove warning output from our build, due to the use of deprecated OpenSSL API functions. See bitcoin#23048. ACKs for top commit: MarcoFalke: cr ACK d752454 elichai: Code review ACK d752454 Tree-SHA512: a3805b4123ec49aaf21378066d86be382d11a022a7530682c2d8c0e756e785f32f18bea6fe73b1eca73f70bc3aee9166c391a9bf6adc0e450ebb0ce0bcf5a45e
1 parent b4e2269 commit 135d650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,7 @@ CPPFLAGS_TEMP="$CPPFLAGS"
19131913
unset CPPFLAGS
19141914
CPPFLAGS="$CPPFLAGS_TEMP"
19151915

1916-
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh"
1916+
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh --disable-openssl-tests"
19171917
AC_CONFIG_SUBDIRS([src/dashbls src/secp256k1])
19181918

19191919
AC_OUTPUT

0 commit comments

Comments
 (0)