summaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-20 09:00:59 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-20 09:00:59 +0000
commit31939f154484b9dab8a2700b1f9ea0f1213d9db0 (patch)
tree4169b79fe76d93573c7c1e2d0015451e727c06f4 /crypto/store
parent11ce33a71d24841b5f9fd780dd4c30797c7166c3 (diff)
I don't remember what my thinking was with str_compat.h. Maybe it'll
come back to me...
Diffstat (limited to 'crypto/store')
-rw-r--r--crypto/store/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/store/Makefile.ssl b/crypto/store/Makefile.ssl
index 3bfb2a619d..8c73403ccb 100644
--- a/crypto/store/Makefile.ssl
+++ b/crypto/store/Makefile.ssl
@@ -29,7 +29,8 @@ LIBOBJ= str_err.o str_lib.o str_meth.o str_mem.o
SRC= $(LIBSRC)
-EXHEADER= store.h str_compat.h
+#EXHEADER= store.h str_compat.h
+EXHEADER= store.h
HEADER= $(EXHEADER) str_locl.h
ALL= $(GENERAL) $(SRC) $(HEADER)