summaryrefslogtreecommitdiff
path: root/test/util_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-02-08 22:00:39 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-08 22:00:39 +0100
commit3851061b405f4463bb24194d57341d8f76603620 (patch)
tree228551d8a4fb4bed69f50ab16294d2b66c392d2e /test/util_test.cc
parent3695f700496d43eb27adf112936972bad978c06c (diff)
Fix import of private keys from Windows to Linux.
Diffstat (limited to 'test/util_test.cc')
-rw-r--r--test/util_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util_test.cc b/test/util_test.cc
index 56c4dcdb..5780f898 100644
--- a/test/util_test.cc
+++ b/test/util_test.cc
@@ -138,6 +138,7 @@ BOOST_AUTO_TEST_CASE (relative_to_root_test)
BOOST_AUTO_TEST_CASE (private_key_fingerprint_test)
{
BOOST_CHECK_EQUAL(dcp::private_key_fingerprint(dcp::file_to_string("test/data/private.key")), "W71ZjOFhv65TauQvziFhwQiHx8s=");
+ BOOST_CHECK_EQUAL(dcp::private_key_fingerprint(dcp::file_to_string("test/data/private_key_from_windows.pem")), "4t3lx08V55HA75r6RK53F9RQeEs=");
}
BOOST_AUTO_TEST_CASE (day_less_than_or_equal_test)