aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto.c')
-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 @@
13 You should have received a copy of the GNU General Public License along with 13 You should have received a copy of the GNU General Public License along with
14 TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> 14 TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
15*/ 15*/
16
17/** 16/**
18 * @file crypto.c 17 * @file crypto.c
19 * @brief Cryptographic utility functions 18 * @brief Cryptographic utility functions
@@ -21,14 +20,11 @@
21 * @author Florian Dold 20 * @author Florian Dold
22 * @author Benedikt Mueller 21 * @author Benedikt Mueller
23 */ 22 */
24
25#include "platform.h" 23#include "platform.h"
26#include "taler_util.h" 24#include "taler_util.h"
27#include <gnunet/gnunet_common.h>
28#include <gnunet/gnunet_util_lib.h> 25#include <gnunet/gnunet_util_lib.h>
29#include <gcrypt.h> 26#include <gcrypt.h>
30 27
31#define CURVE "Ed25519"
32 28
33/** 29/**
34 * Function called by libgcrypt on serious errors. 30 * Function called by libgcrypt on serious errors.