Don't install bss_file.c under PREFIX/include/. It was introduced by Eric
authorRalf S. Engelschall <rse@openssl.org>
Thu, 4 Mar 1999 07:47:27 +0000 (07:47 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Thu, 4 Mar 1999 07:47:27 +0000 (07:47 +0000)
between SSLeay 0.8 and 0.9 and just looks useless and confusing.

Pointed out by: Lennart Bong <lob@kulthea.stacken.kth.se>
Submitted by: Ralf S. Engelschall

CHANGES
crypto/bio/Makefile.ssl

diff --git a/CHANGES b/CHANGES
index 7387f3272e6070f4e3b1a0b545008d89caf7cc13..087a38b382bf190284864f9e42d838eb52d82d09 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Don't install bss_file.c under PREFIX/include/
+     [Lennart Bong <lob@kulthea.stacken.kth.se>]
+
   *) Get the Win32 compile working again. Modify mkdef.pl so it can handle
      functions that return function pointers and has support for NT specific
      stuff. Fix mk1mf.pl and VC-32.pl to support NT differences also. Various
index 1262b07fdcfcedb53f489fb4a4e1b279f6217b33..793ffc280a8e94ebf6bfa12a4225c2c99316bcf6 100644 (file)
@@ -35,7 +35,7 @@ LIBOBJ= bio_lib.o bio_cb.o $(ERRC).o \
 
 SRC= $(LIBSRC)
 
-EXHEADER= bio.h bss_file.c
+EXHEADER= bio.h
 HEADER=        $(EXHEADER)
 
 ALL=    $(GENERAL) $(SRC) $(HEADER)
@@ -61,7 +61,7 @@ links:
        $(TOP)/util/mklink.sh ../../apps $(APPS)
 
 install:
-       @for i in $(EXHEADER) bss_file.c ; \
+       @for i in $(EXHEADER); \
        do  \
        (cp $$i $(INSTALLTOP)/include/$$i; \
        chmod 644 $(INSTALLTOP)/include/$$i ); \