[patch] Re: building recent git

Brad Hards bradh at frogmouth.net
Thu Nov 5 03:14:21 CET 2009


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






More information about the Gnutls-devel mailing list