Skip to content

Commit 06e434d

Browse files
committed
test: fix message for ECC_InitSanityCheck test
OpenSSL is long gone.
1 parent 36c0abd commit 06e434d

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)