From 4ee0b3e2f64da3ff45de2e24a5eccb74a0197118 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 4 Nov 2018 15:46:44 -0500 Subject: [PATCH] cryptlib.h --- cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptlib.h b/cryptlib.h index e4972bc0..ebe14c4c 100644 --- a/cryptlib.h +++ b/cryptlib.h @@ -398,7 +398,7 @@ public: /// \param value the value retrieved upon success /// \return true if an word64 value was retrieved, false otherwise /// \sa GetValue(), GetValueWithDefault(), GetWord64ValueWithDefault(), GetIntValue(), - /// GetIntValueWithDefault(), GetRequiredParameter() and GetRequiredIntParameter() + /// GetIntValueWithDefault(), GetRequiredParameter() and GetRequiredIntParameter() CRYPTOPP_DLL bool GetWord64Value(const char *name, word64 &value) const {return GetValue(name, value);}