aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc_setup.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_setup.c
parent8900fb0e0101cd722e392ffb9aa36245c22ea770 (diff)
downloadgnunet-bb581dc55bfb90fc7f34797111b55d16e69b7af0.tar.gz
gnunet-bb581dc55bfb90fc7f34797111b55d16e69b7af0.zip
remove crypto_bug.c
Diffstat (limited to 'src/util/crypto_ecc_setup.c')
-rw-r--r--src/util/crypto_ecc_setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/crypto_ecc_setup.c b/src/util/crypto_ecc_setup.c
index 1316a900c..507cbba11 100644
--- a/src/util/crypto_ecc_setup.c
+++ b/src/util/crypto_ecc_setup.c
@@ -39,9 +39,6 @@
39#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) 39#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)
40 40
41 41
42#include "crypto_bug.c"
43
44
45/** 42/**
46 * Wait for a short time (we're trying to lock a file or want 43 * Wait for a short time (we're trying to lock a file or want
47 * to give another process a shot at finishing a disk write, etc.). 44 * to give another process a shot at finishing a disk write, etc.).