diff options
Diffstat (limited to '')
-rw-r--r-- | common/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index e8e6ed409..3a5f086f9 100644 --- a/common/util.h +++ b/common/util.h @@ -227,7 +227,6 @@ int openpgp_oidbuf_is_cv25519 (const void *buf, size_t len); int openpgp_oid_is_cv25519 (gcry_mpi_t a); int openpgp_oid_is_cv448 (gcry_mpi_t a); int openpgp_oid_is_ed448 (gcry_mpi_t a); -enum gcry_kem_algos openpgp_oid_to_kem_algo (const char *oidname); const char *openpgp_curve_to_oid (const char *name, unsigned int *r_nbits, int *r_algo, int selector); |