aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-12-02 12:53:54 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-12-02 12:53:54 +0100
commite66cbbe44f3708e6d6a30b216035bcccfc8e7207 (patch)
tree5329f963c2eee3af18976862cdfdf9e344dfd109 /crypto.h
parent64689a9083fd11a1e482cc86c0417183cdc76ece (diff)
move ecdlogctx passing to _join()/_new() functions
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto.h b/crypto.h
index 8291bc2..4ba850e 100644
--- a/crypto.h
+++ b/crypto.h
@@ -30,7 +30,7 @@
#include "internals.h"
-void brandt_crypto_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx);
+void brandt_crypto_init ();
/* --- EC --- */