summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-09-28 03:57:21 -0400
committerJeffrey Walton <noloader@gmail.com>2019-09-28 03:57:21 -0400
commit54e39a7bcdbc730b011fd3fdf95fdba8d9687f1e (patch)
tree420e85b1a3425d64a1a78b5f4bbf35836f139d70 /cryptlib.h
parentf4d68353ca7cb28975f70dc95ffff20afc8e5e63 (diff)
downloadcryptopp-git-54e39a7bcdbc730b011fd3fdf95fdba8d9687f1e.tar.gz
Update documentation
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 e86404d1..426b3287 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -2518,8 +2518,8 @@ class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CryptoParameters : public GeneratableCrypt
/// \brief Interface for asymmetric algorithms
/// \details BERDecode() and DEREncode() were removed under Issue 569
-/// and Commit 9b174e84de7a. Programs should use <tt>AccessMaterial().Load(bt)</tt>
-/// or <tt>AccessMaterial().Save(bt)</tt> instead.
+/// and Commit 9b174e84de7a. Programs should use <tt>AccessMaterial().Load(bt)</tt>
+/// or <tt>AccessMaterial().Save(bt)</tt> instead.
/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/569">Issue 569</A>
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE AsymmetricAlgorithm : public Algorithm
{