gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28515 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r28515 - gnunet/src/core
Date: Mon, 12 Aug 2013 11:45:58 +0200

Author: grothoff
Date: 2013-08-12 11:45:58 +0200 (Mon, 12 Aug 2013)
New Revision: 28515

Modified:
   gnunet/src/core/gnunet-service-core_kx.c
Log:
-big bad bugfix thanks to Bart

Modified: gnunet/src/core/gnunet-service-core_kx.c
===================================================================
--- gnunet/src/core/gnunet-service-core_kx.c    2013-08-12 09:39:27 UTC (rev 
28514)
+++ gnunet/src/core/gnunet-service-core_kx.c    2013-08-12 09:45:58 UTC (rev 
28515)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2010, 2011, 2012 Christian Grothoff (and other contributing 
authors)
+     (C) 2009-2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -498,7 +498,7 @@
 
   GNUNET_CRYPTO_kdf (skey, sizeof (struct GNUNET_CRYPTO_AesSessionKey),
                     ctx, sizeof (ctx),
-                    skey, sizeof (struct GNUNET_CRYPTO_AesSessionKey),
+                    key_material, sizeof (struct GNUNET_HashCode),
                     sender, sizeof (struct GNUNET_PeerIdentity),
                     receiver, sizeof (struct GNUNET_PeerIdentity),
                     NULL);




reply via email to

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