Commit fbb40083 authored by Richard Levitte's avatar Richard Levitte
Browse files

fips_err.c doesn't belong with the headers.

parent 549d89f7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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)