diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-12-02 12:53:54 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-12-02 12:53:54 +0100 |
commit | e66cbbe44f3708e6d6a30b216035bcccfc8e7207 (patch) | |
tree | 5329f963c2eee3af18976862cdfdf9e344dfd109 /crypto.h | |
parent | 64689a9083fd11a1e482cc86c0417183cdc76ece (diff) |
move ecdlogctx passing to _join()/_new() functions
Diffstat (limited to 'crypto.h')
-rw-r--r-- | crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #include "internals.h" -void brandt_crypto_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx); +void brandt_crypto_init (); /* --- EC --- */ |