summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-19 20:43:23 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-19 20:43:23 -0400
commitc0471236f47776858ec88ef44c7a039ba598a7ed (patch)
tree93bfef94e1443681a3ed24f6ea85d257d8d0ccad /cryptlib.h
parent9be27c86c6c6b53e2e79c375a3388150b8bdf0c5 (diff)
downloadcryptopp-git-c0471236f47776858ec88ef44c7a039ba598a7ed.tar.gz
Use version 7.0 rather than 6.2
We had to perform a major version bump due to an ABI break
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h4
1 files changed, 2 insertions, 2 deletions
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
{
};