summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-09 17:12:13 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-09 17:12:13 +0100
commit09ecea9ea3f51a54693cb9faa1fc2b7993b2d4ba (patch)
tree2f6c7d72baed1f06a4400b42b70a78aed6268d56 /src/include
parent0b40e7802798dfde3ac6cc5f24dd1f20e03b8fb5 (diff)
downloadexchange-09ecea9ea3f51a54693cb9faa1fc2b7993b2d4ba.tar.gz
exchange-09ecea9ea3f51a54693cb9faa1fc2b7993b2d4ba.tar.bz2
exchange-09ecea9ea3f51a54693cb9faa1fc2b7993b2d4ba.zip
removing dead TALER_genkey() API call
Diffstat (limited to 'src/include')
-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);
/**