diff --git a/des.cpp b/des.cpp index 9ba91d2f..4cd06be9 100644 --- a/des.cpp +++ b/des.cpp @@ -281,7 +281,7 @@ void RawDES::RawSetKey(CipherDir dir, const byte *key) // C++11 deprecated register. Don't pivot on CRYPTOPP_CXX11 because // configure.h unsets the macro on some Apple platforms if it - // detects an ancient version. + // detects an ancient version of the C++ runtime library. #if (__cplusplus < 201103L) register int i,j,l; #else