aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkglue.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/pkglue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkglue.h b/g10/pkglue.h
index 98d8c1440..eb0d7c1dc 100644
--- a/g10/pkglue.h
+++ b/g10/pkglue.h
@@ -32,7 +32,7 @@ int pk_check_secret_key (int algo, gcry_mpi_t *skey);
/*-- ecdh.c --*/
-byte *pk_ecdh_default_params (unsigned int qbits, size_t *sizeout);
+gcry_mpi_t pk_ecdh_default_params (unsigned int qbits);
gpg_error_t pk_ecdh_generate_ephemeral_key (gcry_mpi_t *pkey, gcry_mpi_t *r_k);
gpg_error_t pk_ecdh_encrypt_with_shared_point
/* */ (int is_encrypt, gcry_mpi_t shared_mpi,