summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-28 20:12:15 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-28 20:12:15 +0100
commit2debf6c3f0462a4743484c0cde7c951940e5cd2a (patch)
tree7d2a4a79a8f1086ab14d64b08a25eb774169d125 /src/util
parent172505bd0f16f5be18d64e86c4ad7ed01e920c1d (diff)
downloadexchange-2debf6c3f0462a4743484c0cde7c951940e5cd2a.tar.gz
exchange-2debf6c3f0462a4743484c0cde7c951940e5cd2a.tar.bz2
exchange-2debf6c3f0462a4743484c0cde7c951940e5cd2a.zip
cleaning up includes
Diffstat (limited to 'src/util')
-rw-r--r--src/util/crypto.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c
index 184662987..4e60d138a 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -13,7 +13,6 @@
You should have received a copy of the GNU General Public License along with
TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
*/
-
/**
* @file crypto.c
* @brief Cryptographic utility functions
@@ -21,14 +20,11 @@
* @author Florian Dold
* @author Benedikt Mueller
*/
-
#include "platform.h"
#include "taler_util.h"
-#include <gnunet/gnunet_common.h>
#include <gnunet/gnunet_util_lib.h>
#include <gcrypt.h>
-#define CURVE "Ed25519"
/**
* Function called by libgcrypt on serious errors.