From: Dr. Stephen Henson Date: Wed, 16 Feb 2011 18:07:57 +0000 (+0000) Subject: Don't need err library for Makefile.fips X-Git-Tag: OpenSSL-fips-2_0-rc1~734 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d87f52cb949ed82810a51d8de8182f9b3ca85895;p=oweals%2Fopenssl.git Don't need err library for Makefile.fips --- 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...