From ac892b7aa6532e0345e430208335403ead5d2de1 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 14 Apr 2011 11:15:10 +0000 Subject: Initial incomplete POST overhaul: add support for POST callback to allow status of POST to be monitored and/or failures induced. --- fips/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fips/Makefile') diff --git a/fips/Makefile b/fips/Makefile index 28df80cab8..e84a4fb044 100644 --- a/fips/Makefile +++ b/fips/Makefile @@ -41,8 +41,8 @@ GENERAL=Makefile README fips-lib.com install.com LIB= $(TOP)/libcrypto.a SHARED_LIB= $(FIPSCANLIB)$(SHLIB_EXT) -LIBSRC=fips.c -LIBOBJ=fips.o +LIBSRC=fips.c fips_post.c +LIBOBJ=fips.o fips_post.o FIPS_OBJ_LISTS=sha/lib hmac/lib rand/lib des/lib aes/lib dsa/lib rsa/lib \ dh/lib utl/lib ecdsa/lib cmac/lib -- cgit v1.2.3