On Wed, May 26, 1999 at 09:59:54AM -0400, Salz, Rich wrote:
>> It's much less confusing to have the header files in the same
>> directory as the corresponding source code than cramming all 50 of
>> them into a single directory.
> Seems to me the difference is "rc4.h" or "../include/rc4.h"
> when editing.
>
> The chance of editing the wrong file, need symlinks, etc.,
> seems greater than the convenience. My opinion.
Well, typically I'm reading or editing those header files at the same
time as the corresponding .c files -- when I want to change something
in x509_vfy.h, then I'm in the crypto/x509 directory anyway. While
just reading them, I don't care if I access them directly or via
symlinks.
And if the editor is Emacs, it notices automatically when you're
trying to visit a symlink to a file that is under version control, and
suggests that you go to the real one instead.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]