summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index a8a7c2013..a085f4065 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -110,17 +110,7 @@ struct TALER_Amount
* Initialize Gcrypt library.
*/
void
-TALER_gcrypt_init();
-
-
-/**
- * Generate a ECC private key.
- *
- * @return the s-expression representing the generated ECC private key; NULL
- * upon error
- */
-gcry_sexp_t
-TALER_genkey ();
+TALER_gcrypt_init (void);
/**