summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config_int.h b/config_int.h
index 2c55ec7c..0d493661 100644
--- a/config_int.h
+++ b/config_int.h
@@ -48,11 +48,11 @@ NAMESPACE_BEGIN(CryptoPP)
/// \brief 8-bit unsigned datatype
/// \details The Crypto++ <tt>byte</tt> was originally in global namespace to avoid
/// ambiguity with other byte typedefs. <tt>byte</tt> was moved to Crypto++ namespace
-/// due to C++17, <tt>std::byte</tt> and potential compile problems.
-/// \sa CRYPTOPP_NO_GLOBAL_BYTE <A HREF="http://github.com/weidai11/cryptopp/issues/442">Issue 442</A>,
+/// at Crypto++ 6.0 due to C++17, <tt>std::byte</tt> and potential compile problems.
+/// \sa CRYPTOPP_NO_GLOBAL_BYTE, <A HREF="http://github.com/weidai11/cryptopp/issues/442">Issue 442</A>,
/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">std::byte</A> on the
/// Crypto++ wiki
-/// \since Crypto++ 1.0
+/// \since Crypto++ 1.0, CryptoPP namespace since Crypto++ 6.0
typedef unsigned char byte;
/// \brief 16-bit unsigned datatype
/// \since Crypto++ 1.0