From dccc9a91a5163b538b8b6cd2b2251522878ee42e Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 7 Sep 2006 03:50:23 +0000 Subject: Remove the (deleted) fips140 example from the Makefile --- doc/examples/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 8b0c8ff40..78fc65a35 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -14,7 +14,7 @@ RSA_EX = rsa_kgen rsa_enc rsa_dec DSA_EX = dsa_kgen dsa_sign dsa_ver DH_EX = dh HASH_EX = hash hash_fd hasher hasher2 stack -MISC_EX = factor base base64 bzip encrypt decrypt fips140 xor_ciph +MISC_EX = factor base base64 bzip encrypt decrypt xor_ciph PROGS = $(X509_EX) $(RSA_EX) $(DSA_EX) $(DH_EX) $(HASH_EX) $(MISC_EX) @@ -69,10 +69,6 @@ encrypt: encrypt.cpp $(CXX) $(FLAGS) $? $(LIBS) -o $@ @$(STRIP) $@ -fips140: fips140.cpp - $(CXX) $(FLAGS) $? $(LIBS) -o $@ - @$(STRIP) $@ - factor: factor.cpp $(CXX) $(FLAGS) $? $(LIBS) -o $@ @$(STRIP) $@ -- cgit v1.2.3