On Wed, Apr 14, 1999 at 11:43:56AM -0400, Tom Titchener wrote:

> Here are a handful of minor fixes I had to make to feed 0.9.3 through
> VC 6.0.
[...]
> 4) The apps directory needs a copy of bss_file.c, which lives in 
> crypto/bio.  This is the kind of thing you handle with a symlink
> on Unix but which you need a copy in a bat script for on NT:
> 
> E:\>cp crypto/bio/bss_file.c apps

This is because of:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
   [29]1.7 Thu Mar 4 07:47:27 1999 UTC; 5 weeks, 6 days ago by rse
   Changed since 1.6: +2 -2 lines
   [30]Diffs to 1.6   [[31]human readable]
Don't install bss_file.c under PREFIX/include/.  It was introduced by Eric
between SSLeay 0.8 and 0.9 and just looks useless and confusing.

Pointed out by: Lennart Bong <[32][EMAIL PROTECTED]>
Submitted by: Ralf S. Engelschall
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Cf. 
<URL:http://www.openssl.org/source/cvs/crypto/bio/Makefile.ssl.diff?r1=1.6&r2=1.7&hideattic=1&sortbydate=0>.

I have now added bss_file.c to HEADER, because that is what I think
was originally intended ("EXHEADER" = "exported headers", i.e. files
that should be copied into the "include" directory to be visible for
other programs that use OpenSSL; "HEADER" = other files that are
included somewhere within the library, e.g. all the ..._locl.h ones).
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to