diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-03-16 20:47:20 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-03-16 20:49:13 +0100 |
commit | 6215a10b58562877a3988d7a1a4acbce74c761fd (patch) | |
tree | 01927488014a62b4bf5f52e30b94f2c13197ce8c /lib/includes/gnutls | |
parent | f09e64c7c976b60e771f36bc241d72bf2292a62b (diff) | |
download | gnutls-6215a10b58562877a3988d7a1a4acbce74c761fd.tar.gz |
gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a master key.
Diffstat (limited to 'lib/includes/gnutls')
-rw-r--r-- | lib/includes/gnutls/abstract.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/includes/gnutls/abstract.h b/lib/includes/gnutls/abstract.h index 6791b8299d..8bc46c6d90 100644 --- a/lib/includes/gnutls/abstract.h +++ b/lib/includes/gnutls/abstract.h @@ -25,7 +25,6 @@ int gnutls_pubkey_import_pkcs11 (gnutls_pubkey_t pkey, gnutls_pkcs11_obj_t crt, unsigned int flags); int gnutls_pubkey_import_openpgp (gnutls_pubkey_t pkey, gnutls_openpgp_crt_t crt, - gnutls_openpgp_keyid_t keyid, unsigned int flags); int gnutls_pubkey_import_privkey (gnutls_pubkey_t key, gnutls_privkey_t pkey, |