From: Richard Levitte Date: Tue, 20 May 2003 09:00:59 +0000 (+0000) Subject: I don't remember what my thinking was with str_compat.h. Maybe it'll X-Git-Tag: BEN_FIPS_TEST_1~38^2~98 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=31939f154484b9dab8a2700b1f9ea0f1213d9db0;p=oweals%2Fopenssl.git I don't remember what my thinking was with str_compat.h. Maybe it'll come back to me... --- 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)