From: Nikos Mavrogiannopoulos Date: Mon, 7 Feb 2011 09:19:27 +0000 (+0100) Subject: removed gnutls_certificate_get_openpgp_keyring(). X-Git-Tag: gnutls_2_99_0~315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=535e41c9cc75faecb1078a0f97dc638ab4262fb2;p=thirdparty%2Fgnutls.git removed gnutls_certificate_get_openpgp_keyring(). --- diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index ef8b3d5ac8..da80735174 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -102,27 +102,6 @@ gnutls_certificate_free_cas (gnutls_certificate_credentials_t sc) return; } -#ifdef ENABLE_OPENPGP - -/** - * gnutls_certificate_get_openpgp_keyring: - * @sc: is a #gnutls_certificate_credentials_t structure. - * @keyring: the exported keyring. Should be treated as constant - * - * This function will export the OpenPGP keyring associated with the - * given credentials. - * - * Since: 2.4.0 - **/ -void -gnutls_certificate_get_openpgp_keyring (gnutls_certificate_credentials_t sc, - gnutls_openpgp_keyring_t * keyring) -{ - *keyring = sc->keyring; -} - -#endif - /** * gnutls_certificate_free_ca_names: * @sc: is a #gnutls_certificate_credentials_t structure.