/[mldonkey]/mldonkey/src/utils/lib/CryptoPP.h
ViewVC logotype

Diff of /mldonkey/src/utils/lib/CryptoPP.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by spiralvoice, Sun Sep 18 19:00:53 2005 UTC revision 1.2 by spiralvoice, Thu Oct 6 10:50:31 2005 UTC
# Line 284  NAMESPACE_END Line 284  NAMESPACE_END
284  #define CRYPTOPP_WIN32_AVAILABLE  #define CRYPTOPP_WIN32_AVAILABLE
285  #endif  #endif
286    
287  #if defined(__unix__) || defined(__MACH__) || defined(__NetBSD__)  #if defined(__unix__) || defined(__MACH__) || defined(__NetBSD__) || defined(__BEOS__)
288  #define CRYPTOPP_UNIX_AVAILABLE  #define CRYPTOPP_UNIX_AVAILABLE
289  #endif  #endif
290    
# Line 3773  public: Line 3773  public:
3773  class CRYPTOPP_DLL InvalidKeyLength : public InvalidArgument  class CRYPTOPP_DLL InvalidKeyLength : public InvalidArgument
3774  {  {
3775  public:  public:
3776          explicit InvalidKeyLength(const std::string &algorithm, unsigned int length) : InvalidArgument(algorithm + ": " + IntToString(length) + " is not a valid key length") {}          explicit InvalidKeyLength(const std::string &algorithm, unsigned int length) : InvalidArgument(algorithm + ": " + IntToString(length, 10) + " is not a valid key length") {}
3777  };  };
3778    
3779  //! _  //! _

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26