Subject: Re: CVS commit: src/crypto/dist/openssl
To: <>
From: None <itojun@iijlab.net>
List: source-changes
Date: 07/15/2003 02:54:31
>>is this actually necessary? "dist" sources should not be changed
>>to be less portable for no reason... the only real change i can
>>see this makes is making it harder for future openssl updates due
>>to unnecessary conflicts....
>
> header files shouldn't have #ifdef which easily conflict with what user
> would define by chance. there's no portability issue, we won't and
> shouldn't use the removed prototypes (and whatever) anyways.
another wacky header is zlib.h and zconf.h, under lib/libz.
itojun