summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos <nmav@crystal.(none)>2008-01-27 09:08:11 +0200
committerNikos <nmav@crystal.(none)>2008-01-27 09:08:11 +0200
commitf6e9831e74727fe715942447493eb2cb4dedb81e (patch)
tree5ad71b43e38e3084defdc1f6aeb181fc121e97b9
parent7c79d47ebbff8c8beebd33dd5513179e34513e05 (diff)
downloadgnutls-f6e9831e74727fe715942447493eb2cb4dedb81e.tar.gz
new definitions
-rw-r--r--includes/gnutls/openpgp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/gnutls/openpgp.h b/includes/gnutls/openpgp.h
index cddd56e830..0a4ac30820 100644
--- a/includes/gnutls/openpgp.h
+++ b/includes/gnutls/openpgp.h
@@ -195,6 +195,11 @@ extern "C"
unsigned int flags,
unsigned int *verify);
+ int gnutls_openpgp_keyring_get_crt (gnutls_openpgp_keyring_t ring, unsigned int idx,
+ gnutls_openpgp_crt_t* cert);
+
+ int gnutls_openpgp_keyring_get_crt_count (gnutls_openpgp_keyring_t ring);
+
/* certificate authentication stuff.
*/