Skip to content

Commit 1483a9c

Browse files
committed
build: explicitly disable libsecp256k1 openssl based tests
These tests will fail if built against OpenSSL 3. They have been removed upstream, bitcoin-core/secp256k1#983, however rather than backport a subtree update, we can just disable the tests. See also: bitcoin#23314
1 parent 12b3154 commit 1483a9c

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)