aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-21 20:14:45 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-21 20:14:45 +0000
commiteed7d047edc277aa35a23933208618ccdf44e07d (patch)
treed1e92e8295d33fb7870eba0c61a8128559cf7d99 /src/util/crypto_ecc.c
parent268e073a902a72ea41e7235c784d1d5d50a84436 (diff)
downloadgnunet-eed7d047edc277aa35a23933208618ccdf44e07d.tar.gz
gnunet-eed7d047edc277aa35a23933208618ccdf44e07d.zip
-ftbfs
Diffstat (limited to 'src/util/crypto_ecc.c')
-rw-r--r--src/util/crypto_ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index defde904b..e393ad1e5 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -434,7 +434,7 @@ decode_public_sign_key (const struct GNUNET_CRYPTO_EccPublicSignKey *pub)
434void 434void
435GNUNET_CRYPTO_ecc_key_clear (struct GNUNET_CRYPTO_EccPrivateKey *pk) 435GNUNET_CRYPTO_ecc_key_clear (struct GNUNET_CRYPTO_EccPrivateKey *pk)
436{ 436{
437 memset (pk, 0, sizeof (struct GNUNET_CRYPTO_EccPrivateKey); 437 memset (pk, 0, sizeof (struct GNUNET_CRYPTO_EccPrivateKey));
438} 438}
439 439
440 440