gnutls-devel
[Top][All Lists]
Advanced

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

[patch] Re: building recent git


From: Brad Hards
Subject: [patch] Re: building recent git
Date: Thu, 5 Nov 2009 13:14:21 +1100
User-agent: KMail/1.12.2 (Linux/2.6.30.9-90.fc11.x86_64; KDE/4.3.2; x86_64; ; )

On Thursday 05 November 2009 12:32:26 Brad Hards wrote:
[snip build problem]
Just a missing header. See below for the fix.

diff --git a/lib/auth_cert.c b/lib/auth_cert.c
index d637316..2cd8b58 100644
--- a/lib/auth_cert.c
+++ b/lib/auth_cert.c
@@ -35,6 +35,7 @@
 #include "gnutls_num.h"
 #include "libtasn1.h"
 #include "gnutls_datum.h"
+#include "ext_signature.h"
 #include <gnutls_pk.h>
 #include <gnutls_algorithms.h>
 #include <gnutls_global.h>

There are a couple more fixes required.

Brad





reply via email to

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