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, 19 Sep 2005 06:09:11 -0400

Index: mldonkey/src/utils/lib/CryptoPP.cc
diff -u mldonkey/src/utils/lib/CryptoPP.cc:1.1 
mldonkey/src/utils/lib/CryptoPP.cc:1.2
--- mldonkey/src/utils/lib/CryptoPP.cc:1.1      Sun Sep 18 19:00:53 2005
+++ mldonkey/src/utils/lib/CryptoPP.cc  Mon Sep 19 10:09:05 2005
@@ -9512,7 +9512,7 @@
 #define PRIVKEYSIZE 384
 
 static Signer* s_signer = NULL;   
-static byte m_publicKey[MAXPUBKEYSIZE];
+static byte m_publicKey[MAXPUBKEYSIZE+1];
 static unsigned long m_publicKeyLen = 0;
 
 void crypto_exit () {




reply via email to

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