From 9b174e84de7a4cf92b9c640f011c455e88182862 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 21 Jan 2018 08:45:02 -0500 Subject: Remove AsymmetricAlgorithm::BERDecode (GH #569) --- randpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'randpool.h') diff --git a/randpool.h b/randpool.h index cd823862..6dd70dc8 100644 --- a/randpool.h +++ b/randpool.h @@ -64,7 +64,7 @@ private: /// \details You should migrate away from OldRandomPool at the earliest opportunity. Use a /// modern random number generator or key derivation function, like AutoSeededRandomPool or /// HKDF. -/// \deprecated This class uses an old style PGP 2.6.x with MDC. The generator risks reusing +/// \warning This class uses an old style PGP 2.6.x with MDC. The generator risks reusing /// random random numbers after state rollback. You should migrate away from OldRandomPool /// at the earliest opportunity. /// \sa RandomPool, AutoSeededRandomPool, HKDF, P1363_KDF2, PKCS12_PBKDF, PKCS5_PBKDF2_HMAC -- cgit v1.2.1