From 62f92dd592a1685e7fee99165ec9350aee368c37 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 21 Feb 2017 12:59:20 -0500 Subject: Change next version from 5.7 to 6.0 Crypto++ 5.7 was the increment after the 5.6.5 release. Crypto++ 6.0 accurately reflects compatibility --- gfpcrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfpcrypt.h') diff --git a/gfpcrypt.h b/gfpcrypt.h index f4acbb83..7d25490e 100644 --- a/gfpcrypt.h +++ b/gfpcrypt.h @@ -232,7 +232,7 @@ public: //! \tparam H HashTransformation derived class //! \sa RFC 6979, Deterministic Usage of the //! Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) -//! \since Crypto++ 5.7 +//! \since Crypto++ 6.0 template class DL_Algorithm_DSA_RFC6979 : public DL_Algorithm_GDSA, public DeterministicSignatureAlgorithm { -- cgit v1.2.1