summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-02-21 11:41:36 +0100
committerSimon Josefsson <simon@josefsson.org>2008-02-21 11:41:36 +0100
commit48c73027f3f1880c3291dae9716050a9cadab878 (patch)
treec971eebcf85fe12d3ca7f4ee29b07d38e7efd216
parent9634ec25ec831ff12daac6439fae1864a6479d61 (diff)
downloadgnutls-48c73027f3f1880c3291dae9716050a9cadab878.tar.gz
Drop gnutls_openpgp_crt_get_id (handled by compat.h).
-rw-r--r--includes/gnutls/openpgp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/gnutls/openpgp.h b/includes/gnutls/openpgp.h
index f6f10e721f..e921de1e1e 100644
--- a/includes/gnutls/openpgp.h
+++ b/includes/gnutls/openpgp.h
@@ -89,9 +89,6 @@ extern "C"
int gnutls_openpgp_crt_get_key_id (gnutls_openpgp_crt_t key,
gnutls_openpgp_keyid_t keyid);
- int gnutls_openpgp_crt_get_id (gnutls_openpgp_crt_t key,
- unsigned char keyid[8]);
-
int gnutls_openpgp_crt_check_hostname (gnutls_openpgp_crt_t key,
const char *hostname);