gnutls-devel
[Top][All Lists]
Advanced

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

[gnutls-dev] [PATCH] compile error in libextra


From: Ian Peters
Subject: [gnutls-dev] [PATCH] compile error in libextra
Date: Tue Apr 1 00:25:01 2003

gnutls 0.9.4 doesn't compile out of the box on RH8 with a function
prototype mismatch in libextra/gnutls_openpgp.[ch].  Patch attached.

Ian
diff -Nru -x '*~' -x '*.o' -x '*.orig' -x '*.rej' 
gnutls-0.9.4.orig/libextra/gnutls_openpgp.h 
gnutls-0.9.4/libextra/gnutls_openpgp.h
--- gnutls-0.9.4.orig/libextra/gnutls_openpgp.h 2003-02-12 07:01:29.000000000 
-0500
+++ gnutls-0.9.4/libextra/gnutls_openpgp.h      2003-03-31 17:16:15.000000000 
-0500
@@ -94,7 +94,7 @@
 /* internal */
 int _gnutls_openpgp_cert2gnutls_cert(
     gnutls_cert *cert,
-    const gnutls_datum *raw );
+    gnutls_datum raw );
 
 int
 _gnutls_openpgp_request_key(

reply via email to

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