summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-16 18:07:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-16 18:07:57 +0000
commitd87f52cb949ed82810a51d8de8182f9b3ca85895 (patch)
treedb3478b92ab6540dc77d7dcf84a86cd92c8e5920 /Makefile.fips
parenta3654f058690bbb3d986d1a063b6c3742fd30af5 (diff)
Don't need err library for Makefile.fips
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fips b/Makefile.fips
index db35a25989..2344a5823a 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -148,7 +148,7 @@ SHLIBDIRS= crypto
SDIRS= \
sha hmac des aes modes \
bn ec rsa dsa ecdsa dh ecdh \
- buffer rand err evp cmac
+ buffer rand evp cmac
# keep in mind that the above list is adjusted by ./Configure
# according to no-xxx arguments...