gnutls-devel
[Top][All Lists]
Advanced

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

[gnutls-dev] Minor gnutls CVS fixes


From: Andrew McDonald
Subject: [gnutls-dev] Minor gnutls CVS fixes
Date: Sun Feb 24 16:55:02 2002
User-agent: Mutt/1.3.27i

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: address@hidden
http://www.mcdonald.org.uk/andrew/

Attachment: pgpECMg2ZI_d5.pgp
Description: PGP signature


reply via email to

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