summaryrefslogtreecommitdiff
path: root/validate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-08-03 17:01:02 -0400
committerJeffrey Walton <noloader@gmail.com>2019-08-03 17:01:02 -0400
commit2e6ccd7fb1d2e254d29279386649b002df389cdb (patch)
treefbef2fe96588b9c686e381b4aa5f5878652b941e /validate.h
parent7eeb954b2338b0fbaf845e34d47a90cd5219809b (diff)
downloadcryptopp-git-2e6ccd7fb1d2e254d29279386649b002df389cdb.tar.gz
Fix authenticated key agreement domain parameter consistency test
Diffstat (limited to 'validate.h')
-rw-r--r--validate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate.h b/validate.h
index ffb8dad5..4a8bd30a 100644
--- a/validate.h
+++ b/validate.h
@@ -344,7 +344,7 @@ bool RunTestDataFile(const char *filename, const NameValuePairs &overrideParamet
// Definitions in validat6.cpp
bool CryptoSystemValidate(PK_Decryptor &priv, PK_Encryptor &pub, bool thorough = false);
bool SimpleKeyAgreementValidate(SimpleKeyAgreementDomain &d);
-bool AuthenticatedKeyAgreementValidateWithRoles(AuthenticatedKeyAgreementDomain &initiator, AuthenticatedKeyAgreementDomain &responder);
+bool AuthenticatedKeyAgreementWithRolesValidate(AuthenticatedKeyAgreementDomain &initiator, AuthenticatedKeyAgreementDomain &responder);
bool AuthenticatedKeyAgreementValidate(AuthenticatedKeyAgreementDomain &d);
bool SignatureValidate(PK_Signer &priv, PK_Verifier &pub, bool thorough = false);