summaryrefslogtreecommitdiff
path: root/Makefile.fips
diff options
context:
space:
mode:
authorsteve <steve>2011-02-16 18:07:57 +0000
committersteve <steve>2011-02-16 18:07:57 +0000
commit7969718b3744470837b4cb8c595559b216f9b28b (patch)
tree00108952e6c791b9dacfaf4036ecdd0c13d036f9 /Makefile.fips
parent70f4eb82fdfe19462003fb13709f19c2684494a0 (diff)
downloadopenssl-7969718b3744470837b4cb8c595559b216f9b28b.tar.gz
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 db35a2598..2344a5823 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...