gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnutls-dev] Compilation fix for gnutls 0.8.11 and opencdk 0.5.1


From: Ivo Timmermans
Subject: [gnutls-dev] Compilation fix for gnutls 0.8.11 and opencdk 0.5.1
Date: Fri, 24 Oct 2003 18:45:06 +0200
User-agent: Mutt/1.5.4i

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
--- 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;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]