summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@crystal.(none)>2008-04-13 09:33:20 +0300
committerNikos Mavrogiannopoulos <nmav@crystal.(none)>2008-04-13 09:33:20 +0300
commit1eb501d0a85a742778e507ebfbb8f05a984559eb (patch)
tree85c1f652b3d9dcf3ab5b0636b8f4445b20e401dc /includes
parent9fb989be78e905b6e7471418b772218f72842cd9 (diff)
downloadgnutls-1eb501d0a85a742778e507ebfbb8f05a984559eb.tar.gz
changed api.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/openpgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/openpgp.h b/includes/gnutls/openpgp.h
index e921de1e1e..e56a226e4e 100644
--- a/includes/gnutls/openpgp.h
+++ b/includes/gnutls/openpgp.h
@@ -178,7 +178,7 @@ extern "C"
int gnutls_openpgp_privkey_set_preferred_key_id (gnutls_openpgp_privkey_t key, const gnutls_openpgp_keyid_t keyid);
int gnutls_openpgp_privkey_get_preferred_key_id (gnutls_openpgp_privkey_t key, gnutls_openpgp_keyid_t keyid);
- int gnutls_openpgp_crt_get_auth_subkey( gnutls_openpgp_crt_t crt, gnutls_openpgp_keyid_t keyid);
+ int gnutls_openpgp_crt_get_auth_subkey( gnutls_openpgp_crt_t crt, gnutls_openpgp_keyid_t keyid, unsigned int flag);
/* Keyring stuff.
*/