From d87f52cb949ed82810a51d8de8182f9b3ca85895 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 16 Feb 2011 18:07:57 +0000 Subject: [PATCH] Don't need err library for Makefile.fips --- Makefile.fips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... -- 2.25.1