aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-04 07:47:27 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-04 07:47:27 +0000
commit8d697db1d0ae899bbc315007d7b631cd12395196 (patch)
tree15fb305b10a13d3040e0cdedb65a669fc79ca689 /crypto/bio
parent06c684912465497b3feff3e2327680b46b552be7 (diff)
downloadopenssl-8d697db1d0ae899bbc315007d7b631cd12395196.tar.gz
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 <lob@kulthea.stacken.kth.se> Submitted by: Ralf S. Engelschall
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bio/Makefile.ssl b/crypto/bio/Makefile.ssl
index 1262b07fdc..793ffc280a 100644
--- a/crypto/bio/Makefile.ssl
+++ b/crypto/bio/Makefile.ssl
@@ -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 ); \