diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-02-16 18:07:57 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-02-16 18:07:57 +0000 |
commit | d87f52cb949ed82810a51d8de8182f9b3ca85895 (patch) | |
tree | db3478b92ab6540dc77d7dcf84a86cd92c8e5920 /Makefile.fips | |
parent | a3654f058690bbb3d986d1a063b6c3742fd30af5 (diff) | |
download | openssl-new-d87f52cb949ed82810a51d8de8182f9b3ca85895.tar.gz |
Don't need err library for Makefile.fips
Diffstat (limited to 'Makefile.fips')
-rw-r--r-- | Makefile.fips | 2 |
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... |