From: Richard Levitte Date: Mon, 8 Sep 2003 09:17:13 +0000 (+0000) Subject: fips_err.c doesn't belong with the headers. X-Git-Tag: BEN_FIPS_TEST_1~55 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fbb40083c1bacae71dbbd1c76e7ef20a815b0ff0;p=oweals%2Fopenssl.git fips_err.c doesn't belong with the headers. --- diff --git a/fips/Makefile.ssl b/fips/Makefile.ssl index c8642d99c4..cf2fe39c93 100644 --- a/fips/Makefile.ssl +++ b/fips/Makefile.ssl @@ -32,13 +32,13 @@ GENERAL=Makefile README fips-lib.com install.com LIB= $(TOP)/libcrypto.a SHARED_LIB= libcrypto$(SHLIB_EXT) -LIBSRC=fips.c fips_err_wrapper.c -LIBOBJ=fips.o fips_err_wrapper.o +LIBSRC=fips.c fips_err_wrapper.c fips_err.c +LIBOBJ=fips.o fips_err_wrapper.o fips_err.o SRC= $(LIBSRC) EXHEADER=fips.h -HEADER=$(EXHEADER) fips_err.c +HEADER=$(EXHEADER) EXE=openssl_fips_fingerprint ALL= $(GENERAL) $(SRC) $(HEADER)