projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c62e8
)
removed double rsa key free
author
Sree Harsha Totakura
<totakura@in.tum.de>
Tue, 29 May 2012 14:06:29 +0000
(14:06 +0000)
committer
Sree Harsha Totakura
<totakura@in.tum.de>
Tue, 29 May 2012 14:06:29 +0000
(14:06 +0000)
src/testing/testing_new.c
patch
|
blob
|
history
diff --git
a/src/testing/testing_new.c
b/src/testing/testing_new.c
index 027faddb5e5bad4a9b0c4febf6ed0a32b3c63abe..710ae3e3aa4a99853de1d56a7ac472d243cdc8df 100644
(file)
--- a/
src/testing/testing_new.c
+++ b/
src/testing/testing_new.c
@@
-443,7
+443,6
@@
GNUNET_TESTING_hostkey_get (const struct GNUNET_TESTING_System *system,
return GNUNET_SYSERR;
}
GNUNET_CRYPTO_rsa_key_get_public (private_key, &public_key);
- GNUNET_CRYPTO_rsa_key_free (private_key);
GNUNET_CRYPTO_hash (&public_key,
sizeof (struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded),
&(id->hashPubKey));