summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.fips5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 7ed8a34f93..4654383a2d 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -154,10 +154,9 @@ SDIRS= \
LINKDIRS= \
objects sha hmac des aes modes \
- bn ec rsa dsa ecdsa dh ecdh dso engine \
+ bn ec rsa dsa ecdsa dh ecdh engine \
buffer bio stack lhash rand err \
- evp asn1 pem x509 x509v3 pkcs7 ocsp ui krb5 \
- cmac
+ evp asn1 pem ocsp ui cmac
# tests to perform. "alltests" is a special word indicating that all tests
# should be performed.