aboutsummaryrefslogtreecommitdiffstats
path: root/checks/ecdsa.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-13 06:08:37 +0000
committerlloyd <[email protected]>2008-10-13 06:08:37 +0000
commita06c4e953c570d5aeb24bd950143c35dd72adf5b (patch)
tree36832971706e8eeab685005834bf51016d6ee90d /checks/ecdsa.cpp
parent8195229172e511fb24cad8fe47a7799bfecabac9 (diff)
Spelling
Diffstat (limited to 'checks/ecdsa.cpp')
-rw-r--r--checks/ecdsa.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/checks/ecdsa.cpp b/checks/ecdsa.cpp
index f462340fd..532a1c546 100644
--- a/checks/ecdsa.cpp
+++ b/checks/ecdsa.cpp
@@ -178,7 +178,7 @@ void test_decode_ver_link_SHA256()
std::auto_ptr<X509_PublicKey> pubkey(root_cert.subject_public_key());
bool ver_ec = link_cert.check_signature(*pubkey);
- CHECK_MESSAGE(ver_ec, "could not positively verifiy correct SHA256 link x509-ecdsa certificate");
+ CHECK_MESSAGE(ver_ec, "could not positively verify correct SHA256 link x509-ecdsa certificate");
}
void test_decode_ver_link_SHA1()
@@ -190,7 +190,7 @@ void test_decode_ver_link_SHA1()
std::auto_ptr<X509_PublicKey> pubkey(root_cert.subject_public_key());
bool ver_ec = link_cert.check_signature(*pubkey);
- CHECK_MESSAGE(ver_ec, "could not positively verifiy correct SHA1 link x509-ecdsa certificate");
+ CHECK_MESSAGE(ver_ec, "could not positively verify correct SHA1 link x509-ecdsa certificate");
}
void test_sign_then_ver(RandomNumberGenerator& rng)