Re: [exim-dev] GnuTLS status

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-dev
Subject: Re: [exim-dev] GnuTLS status
On 2012-05-16 17:33, Phil Pennock wrote:
> On 2012-05-15 at 11:08 -0400, Phil Pennock wrote:
>> The GnuTLS revamp is 3/4+ done, I need sleep now though.
>
> The GnuTLS revamp is ~done. It's pushed, anyway.


Does this require the compile system to have some new GnuTLS
stuff installed? It doesn't build straight off for me:

gcc tls.c
In file included from tls.c:83:
tls-gnu.c: In function ‘init_server_dh’:
tls-gnu.c:392: error: ‘GNUTLS_PK_DH’ undeclared (first use in this function)
tls-gnu.c:392: error: (Each undeclared identifier is reported only once
tls-gnu.c:392: error: for each function it appears in.)
tls-gnu.c:392: error: ‘GNUTLS_SEC_PARAM_NORMAL’ undeclared (first use in this function)
tls-gnu.c: In function ‘tls_server_start’:
tls-gnu.c:1261: warning: cast to pointer from integer of different size
tls-gnu.c:1262: warning: cast to pointer from integer of different size
tls-gnu.c: In function ‘tls_client_start’:
tls-gnu.c:1395: warning: cast to pointer from integer of different size
make[1]: *** [tls.o] Error 1

(Scientific Linux 6)
gnutls-devel-2.8.5-4.el6.x86_64 : Development files for the gnutls package

--
Jeremy