diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-09 17:12:13 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-09 17:12:13 +0100 |
commit | 09ecea9ea3f51a54693cb9faa1fc2b7993b2d4ba (patch) | |
tree | 2f6c7d72baed1f06a4400b42b70a78aed6268d56 /src/include/taler_util.h | |
parent | 0b40e7802798dfde3ac6cc5f24dd1f20e03b8fb5 (diff) |
removing dead TALER_genkey() API call
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r-- | src/include/taler_util.h | 12 |
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); /** |