Skip to content

Commit e959b46

Browse files
committed
build: explicitly disable libsecp256k1 openssl based tests
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. Github-Pull: bitcoin#23314 Rebased-From: d752454
1 parent 12b3154 commit e959b46

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
@@ -1894,7 +1894,7 @@ if test x$need_bundled_univalue = xyes; then
18941894
AC_CONFIG_SUBDIRS([src/univalue])
18951895
fi
18961896

1897-
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig --enable-experimental"
1897+
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig --enable-experimental --disable-openssl-tests"
18981898
AC_CONFIG_SUBDIRS([src/secp256k1])
18991899

19001900
AC_OUTPUT

0 commit comments

Comments
 (0)