aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-09 17:42:02 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-09 17:42:13 +0200
commitbb581dc55bfb90fc7f34797111b55d16e69b7af0 (patch)
tree6c0f00adee64e5668da284a94308a6626b6c1331 /src/util/crypto_ecc.c
parent8900fb0e0101cd722e392ffb9aa36245c22ea770 (diff)
downloadgnunet-bb581dc55bfb90fc7f34797111b55d16e69b7af0.tar.gz
gnunet-bb581dc55bfb90fc7f34797111b55d16e69b7af0.zip
remove crypto_bug.c
Diffstat (limited to 'src/util/crypto_ecc.c')
-rw-r--r--src/util/crypto_ecc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index 789d350ff..07782b181 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -50,9 +50,6 @@
50#define LOG_GCRY(level, cmd, rc) do { LOG(level, _("`%s' failed at %s:%d with error: %s\n"), cmd, __FILE__, __LINE__, gcry_strerror(rc)); } while(0) 50#define LOG_GCRY(level, cmd, rc) do { LOG(level, _("`%s' failed at %s:%d with error: %s\n"), cmd, __FILE__, __LINE__, gcry_strerror(rc)); } while(0)
51 51
52 52
53#include "crypto_bug.c"
54
55
56/** 53/**
57 * Extract values from an S-expression. 54 * Extract values from an S-expression.
58 * 55 *