Module Name:src
Committed By: christos
Date: Mon Aug 13 09:53:51 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c
Log Message:
sprinke const
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/crypto/external/bsd/netpgp/d
Module Name:src
Committed By: agc
Date: Tue Mar 19 01:00:17 UTC 2013
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c
Log Message:
fix some lint on i386, noticed by Greg Troxel, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
Module Name:src
Committed By: agc
Date: Mon Dec 3 18:02:22 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bn.h
Log Message:
Make the mp_digit type an "unsigned long" so that it works for ILP32 and
LP64.
Fixes problems showing up on regression tes
Module Name:src
Committed By: agc
Date: Thu Nov 22 00:37:56 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c
Log Message:
Fix some lint - from Havard Eidnes
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/crypto/exter
Module Name:src
Committed By: agc
Date: Tue Nov 20 17:57:41 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c bn.h
Log Message:
don't assume every platform is 64-bit - just use standard integer arithmetic
To generate a diff of this commit: