[gnutls-dev] Compilation fix for gnutls 0.8.11 and opencdk 0.5.1
Ivo Timmermans
ivo at o2w.nl
Fri Oct 24 18:45:06 CEST 2003
See attached patch.
Ivo
--
If the designers of X-Windows built cars, there would be no fewer than
five steering wheels hidden about the cockpit, none of which followed
the same principles -- but you'd be able to shift gears with your car
stereo. Useful feature, that. - Marus J. Ranum, DEC
-------------- next part --------------
--- gnutls-0.8.11/libextra/gnutls_openpgp.c.orig 2003-10-04 08:39:41.000000000 +0200
+++ gnutls-0.8.11/libextra/gnutls_openpgp.c 2003-10-24 17:29:27.000000000 +0200
@@ -510,7 +510,7 @@
key_attr_t by, opaque *pattern )
{
keybox_blob *blob = NULL;
- CDK_KEYDB_HD hd = NULL;
+ cdk_keydb_hd_t hd = NULL;
cdk_kbnode_t knode = NULL;
unsigned long keyid[2];
unsigned char *buf;
@@ -1185,7 +1185,7 @@
int cert_list_length )
{
cdk_kbnode_t knode = NULL;
- CDK_KEYDB_HD hd = NULL;
+ cdk_keydb_hd_t hd = NULL;
keybox_blob *blob = NULL;
int rc = 0;
int status = 0;
More information about the Gnutls-devel
mailing list