From 09ecea9ea3f51a54693cb9faa1fc2b7993b2d4ba Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 9 Jan 2015 17:12:13 +0100 Subject: removing dead TALER_genkey() API call --- src/include/taler_util.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/include') 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); /** -- cgit v1.2.3