Source-Changes-D archive

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

Re: CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib



On Sun, Aug 15, 2010 at 05:16:47PM +0000, Christos Zoulas wrote:
> In article <20100815163624.8645D175DF%cvs.netbsd.org@localhost>,
> Alistair G. Crooks <source-changes-d%NetBSD.org@localhost> wrote:
> >-=-=-=-=-=-
> >
> >Module Name: src
> >Committed By:        agc
> >Date:                Sun Aug 15 16:36:24 UTC 2010
> >
> >Modified Files:
> >     src/crypto/external/bsd/netpgp/dist/src/lib: misc.c packet-parse.c
> >         packet-show.c reader.c signature.c validate.c writer.c
> >
> >Log Message:
> >get rid of more 64-bit lint
> 
> some of this can be fixed in a better way, for example making cc ssize_t,
> len size_t etc. and avoiding casts.

Yes, it can, but I'm concerned about the portability of doing things
that way. Probably just me being overly conservative, but whatever.

I'm not particularly happy with the way this code looks now, but I
have it in a state that I can work with :-)

I'll re-address this when I get a chance, I wanted to get this in and
cleaned up now.

Best,
Al


Home | Main Index | Thread Index | Old Index