[gnutls-dev] Minor gnutls CVS fixes

Andrew McDonald andrew at mcdonald.org.uk
Sun Feb 24 16:55:02 CET 2002


A couple of minor fixes.

In gnutls.h.in.in the prototype for gnutls_record_send is missing a
'const' in the second parameter, should be:
-X-
ssize_t gnutls_record_send( GNUTLS_STATE state, const void *data,
size_t sizeofdata);
-X-
as it is in gnutls_record.c

Also, configure seems to fail in src/openpgp since it hasn't got
anything to create a makefile from.
As in src/x509, a one line Makefile.am would probably do, containing:
-X-
EXTRA_DIST = cli_pub.asc cli_ring.gpg cli_sec.asc pub.asc sec.asc
-X-

Andrew
-- 
Andrew McDonald
E-mail: andrew at mcdonald.org.uk
http://www.mcdonald.org.uk/andrew/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: </pipermail/attachments/20020224/a4699092/attachment.pgp>


More information about the Gnutls-devel mailing list