From c0471236f47776858ec88ef44c7a039ba598a7ed Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 19 Oct 2018 20:43:23 -0400 Subject: Use version 7.0 rather than 6.2 We had to perform a major version bump due to an ABI break --- cryptlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cryptlib.h') diff --git a/cryptlib.h b/cryptlib.h index 0c42959d..c90ffd2a 100644 --- a/cryptlib.h +++ b/cryptlib.h @@ -1435,7 +1435,7 @@ public: }; /// \brief Interface for key derivation functions -/// \since Crypto++ 6.2 +/// \since Crypto++ 7.0 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE KeyDerivationFunction : public Algorithm { public: @@ -1499,7 +1499,7 @@ protected: }; /// \brief Interface for password based key derivation functions -/// \since Crypto++ 6.2 +/// \since Crypto++ 7.0 struct PasswordBasedKeyDerivationFunction : public KeyDerivationFunction { }; -- cgit v1.2.1