Subject: CVS commit: src/crypto/dist/openssl/crypto/bn
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/28/2005 19:07:42
Module Name:	src
Committed By:	christos
Date:		Mon Nov 28 19:07:42 UTC 2005

Modified Files:
	src/crypto/dist/openssl/crypto/bn: bn.h

Log Message:
use explicitly sized types for U_LLONG U_LONG and LONG; otherwise bn
breaks on 64 bit platforms. The "LONG" openssl wants is really a 32 bit int.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/crypto/dist/openssl/crypto/bn/bn.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.