2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-01 19:28:10 +08:00

Don't need err library for Makefile.fips

This commit is contained in:
Dr. Stephen Henson 2011-02-16 18:07:57 +00:00
parent a3654f0586
commit d87f52cb94

View File

@ -148,7 +148,7 @@ SHLIBDIRS= crypto
SDIRS= \ SDIRS= \
sha hmac des aes modes \ sha hmac des aes modes \
bn ec rsa dsa ecdsa dh ecdh \ 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 # keep in mind that the above list is adjusted by ./Configure
# according to no-xxx arguments... # according to no-xxx arguments...