[gnutls-dev] GnuTLS 1.7.17 -- Last call for next stable major release v2.0!
Andreas Metzler
ametzler at downhill.at.eu.org
Wed Aug 15 12:03:31 CEST 2007
On 2007-08-15 Simon Josefsson <simon at josefsson.org> 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'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 15_getridofimplicit1.diff
Type: text/x-diff
Size: 358 bytes
Desc: not available
URL: </pipermail/attachments/20070815/f404b9ae/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 15_getridofimplicit2.diff
Type: text/x-diff
Size: 452 bytes
Desc: not available
URL: </pipermail/attachments/20070815/f404b9ae/attachment-0001.diff>
More information about the Gnutls-devel
mailing list