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.cc


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/lib/CryptoPP.cc
Date: Mon, 17 Oct 2005 11:26:21 -0400

Index: mldonkey/src/utils/lib/CryptoPP.cc
diff -u mldonkey/src/utils/lib/CryptoPP.cc:1.3 
mldonkey/src/utils/lib/CryptoPP.cc:1.4
--- mldonkey/src/utils/lib/CryptoPP.cc:1.3      Thu Oct  6 10:50:31 2005
+++ mldonkey/src/utils/lib/CryptoPP.cc  Mon Oct 17 15:26:19 2005
@@ -9259,9 +9259,9 @@
 #else
        if ((unsigned int)read(m_fd, output, size) != size) {
                // Kernel 2.6.10 has non-concurrent access to /dev/urandom, 
retry at least once
-               printf("Shamelessly retrying a random generation attempt\n");
+               // printf("Shamelessly retrying a random generation attempt\n");
                if ((unsigned int)read(m_fd, output, size) != size) {
-                       printf("Error reading /dev/urandom! (kernel 
2.6.10?)\n");
+                       // printf("Error reading /dev/urandom! (kernel 
2.6.10?)\n");
                        throw OS_RNG_Err("read /dev/urandom");
                }
        }




reply via email to

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