gnutls-devel
[Top][All Lists]
Advanced

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

Re: [gnutls-dev] GnuTLS 1.7.17 -- Last call for next stable major releas


From: Andreas Metzler
Subject: Re: [gnutls-dev] GnuTLS 1.7.17 -- Last call for next stable major release v2.0!
Date: Wed, 15 Aug 2007 12:03:31 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On 2007-08-15 Simon Josefsson <address@hidden> wrote:
> This is scheduled to be the last release on the development branch.
> Unless I hear anything, I will release this as v2.0 on September 1th.
> Test this release as you would a new stable release!  All feedback is
> welcome...
[...]

Hello,
Unnecessary warnings:
#1
gnutls_openpgp.c:1297: warning: implicit declaration of function '_gnutls_sign'

#include <gnutls_sig.h>

#2
x509self.c:203: warning: implicit declaration of function 'print_info'

Move
#include "ex-session-info.c"
#include "ex-x509-info.c"
from line ~400 to the top of the file.

#3. The existence of two similar print_info() functions in
doc/examples/ex-session-info.c and src/common.c is a little bit
strange, and neither of these handles all currently available values for 
gnutls_credentials_type_t:

ex-session-info.c:32: warning: enumeration value 'GNUTLS_CRD_PSK' not handled 
in switch
ex-session-info.c:32: warning: enumeration value 'GNUTLS_CRD_IA' not handled in 
switch

common.c:494: warning: enumeration value 'GNUTLS_CRD_IA' not handled in switch

thanks, cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

Attachment: 15_getridofimplicit1.diff
Description: Text Data

Attachment: 15_getridofimplicit2.diff
Description: Text Data


reply via email to

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