summaryrefslogtreecommitdiff
path: root/randpool.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-21 08:45:02 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-21 08:45:02 -0500
commit9b174e84de7a4cf92b9c640f011c455e88182862 (patch)
tree029face4f9124a3f936867aa19c6f14d4f4d7ac7 /randpool.h
parent565bd844fcc0dec4712f8c4c3e74e056f4a9ed78 (diff)
downloadcryptopp-git-9b174e84de7a4cf92b9c640f011c455e88182862.tar.gz
Remove AsymmetricAlgorithm::BERDecode (GH #569)
Diffstat (limited to 'randpool.h')
-rw-r--r--randpool.h2
1 files changed, 1 insertions, 1 deletions
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