Skip to content

Commit 7547b30

Browse files
committed
[Build] Disable libsep256k1's openssl tests
Systems that have OpenSSL 3.x installed cause the lib's openssl based tests to fail. We don't use OpenSSL in PIVX anymore, so these tests are not of much interest.
1 parent ac8a74d commit 7547b30

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
@@ -1592,7 +1592,7 @@ fi
15921592

15931593
AC_CONFIG_SUBDIRS([src/chiabls])
15941594

1595-
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni"
1595+
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni --disable-openssl-tests"
15961596
AC_CONFIG_SUBDIRS([src/secp256k1])
15971597

15981598
AC_OUTPUT

0 commit comments

Comments
 (0)