Subject: CVS commit: src/crypto/dist/openssl/crypto/bn
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 08/12/2003 03:25:25
Module Name:	src
Committed By:	simonb
Date:		Tue Aug 12 03:25:24 UTC 2003

Modified Files:
	src/crypto/dist/openssl/crypto/bn: bn_print.c

Log Message:
Fix bad use of "sizeof(pointer)" where the length of a buffer was the
intention.  Fixes problems with least ssh's known_hosts file and factor.

Patch from Berndt Josef Wulf's PR lib/22347.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/crypto/dist/openssl/crypto/bn/bn_print.c

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