mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/utils/lib/CryptoPP.h


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/lib/CryptoPP.h
Date: Thu, 06 Oct 2005 06:50:33 -0400

Index: mldonkey/src/utils/lib/CryptoPP.h
diff -u mldonkey/src/utils/lib/CryptoPP.h:1.1 
mldonkey/src/utils/lib/CryptoPP.h:1.2
--- mldonkey/src/utils/lib/CryptoPP.h:1.1       Sun Sep 18 19:00:53 2005
+++ mldonkey/src/utils/lib/CryptoPP.h   Thu Oct  6 10:50:31 2005
@@ -284,7 +284,7 @@
 #define CRYPTOPP_WIN32_AVAILABLE
 #endif
 
-#if defined(__unix__) || defined(__MACH__) || defined(__NetBSD__)
+#if defined(__unix__) || defined(__MACH__) || defined(__NetBSD__) || 
defined(__BEOS__)
 #define CRYPTOPP_UNIX_AVAILABLE
 #endif
 
@@ -3773,7 +3773,7 @@
 class CRYPTOPP_DLL InvalidKeyLength : public InvalidArgument
 {
 public:
-       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") {}
 };
 
 //! _




reply via email to

[Prev in Thread] Current Thread [Next in Thread]