Subject: Re: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 09/30/2000 09:27:04
>Log Message:
>repair openssl (libcrypto) for non-32bit architecture.
>don't use unsigned long where 32bit unsigned variable is asked for.
>use u_int32_t.  (not sure if uint32_t is better or not, but anyway,
>u_int32_t <-> uint32_t should not raise binary compatibility issue)
>PR10921.

	shlib version was not raised as:
	- for 32bit arch, it is not an ABI change
	- for non-32bit arch, openssl has been broken anyways
	if you see problems, please let me know, and then we should raise
	the version numbers.

itojun