diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-02-18 20:31:39 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-02-18 20:31:39 +0000 |
commit | a07948343982f970105a7f638260a4caa99c2e74 (patch) | |
tree | ea7a2a104b6ea41c8fdd673ae108f12e82b19bb3 /lib/auth_cert.h | |
parent | aa8dc33b464d169332f6baabc226a39f31581bb7 (diff) | |
download | gnutls-a07948343982f970105a7f638260a4caa99c2e74.tar.gz |
Added some support the OpenPGP Certificate message, with key fingerprints.
Diffstat (limited to 'lib/auth_cert.h')
-rw-r--r-- | lib/auth_cert.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/auth_cert.h b/lib/auth_cert.h index 8198fd37bd..ac3bf2fb66 100644 --- a/lib/auth_cert.h +++ b/lib/auth_cert.h @@ -31,7 +31,9 @@ typedef struct { /* OpenPGP specific stuff */ gnutls_datum keyring; - + char * pgp_key_server; + int pgp_key_server_port; + /* X509 specific stuff */ gnutls_cert * x509_ca_list; |