Skip to content

Commit cf5e3be

Browse files
author
MarcoFalke
committed
Merge #18825: test: fix message for ECC_InitSanityCheck test
06e434d test: fix message for ECC_InitSanityCheck test (fanquake) Pull request description: OpenSSL is long gone. ACKs for top commit: laanwj: Good catch. ACK 06e434d Tree-SHA512: 1a920fd6493e0374ca00633407e0130f987b136bc68d2062402747bda16a1e588a12bd8b0b8cdef828c9911f210386cfbdb25d478cb9b684d52769d197032064
2 parents 64673b1 + 06e434d commit cf5e3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/sanity_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BOOST_AUTO_TEST_CASE(basic_sanity)
1414
{
1515
BOOST_CHECK_MESSAGE(glibc_sanity_test() == true, "libc sanity test");
1616
BOOST_CHECK_MESSAGE(glibcxx_sanity_test() == true, "stdlib sanity test");
17-
BOOST_CHECK_MESSAGE(ECC_InitSanityCheck() == true, "openssl ECC test");
17+
BOOST_CHECK_MESSAGE(ECC_InitSanityCheck() == true, "secp256k1 sanity test");
1818
}
1919

2020
BOOST_AUTO_TEST_SUITE_END()

0 commit comments

Comments
 (0)