diff options
author | Timo Schulz <twoaday@gnutls.org> | 2002-02-09 13:18:44 +0000 |
---|---|---|
committer | Timo Schulz <twoaday@gnutls.org> | 2002-02-09 13:18:44 +0000 |
commit | 334a6d2f58b3d2e0ca67e9f3dbc3a797fdfb9837 (patch) | |
tree | 488ab3df84d8e4a363edb74fb2339c17a7b19784 /lib/auth_cert.h | |
parent | da6db1873f1247561f41017e96adcd82bfb923bf (diff) | |
download | gnutls-334a6d2f58b3d2e0ca67e9f3dbc3a797fdfb9837.tar.gz |
* auth_cert.h: Added OpenPGP keyring item.
* gnutls_openpgp.c: Improved support for keyring handling.
Diffstat (limited to 'lib/auth_cert.h')
-rw-r--r-- | lib/auth_cert.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/auth_cert.h b/lib/auth_cert.h index 9e1ad6bbff..a28e5ccf26 100644 --- a/lib/auth_cert.h +++ b/lib/auth_cert.h @@ -28,6 +28,10 @@ typedef struct { * cert_list[i][0]. */ + /* OpenPGP specific stuff */ + + gnutls_datum keyring; + /* X509 specific stuff */ gnutls_cert * x509_ca_list; |