summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-03-25 07:17:17 +0000
committerRichard Levitte <levitte@openssl.org>2011-03-25 07:17:17 +0000
commit9507979228e9ec95371002b75639afb2e3540e83 (patch)
tree3261dd3d174346439eb60763fd3e4b876f0d198d /Makefile.fips
parentc6dbe908959f1e1b1076f9ed2cb34bf2416c7226 (diff)
* Makefile.fips: Update and add details about cmac.
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 5bc8e92483..8d967b7f2a 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 \
- buffer rand evp ecdh # cmac
+ buffer rand evp ecdh cmac
# keep in mind that the above list is adjusted by ./Configure
# according to no-xxx arguments...
@@ -156,7 +156,7 @@ LINKDIRS= \
objects sha hmac des aes modes \
bn ec rsa dsa ecdh ecdsa dh engine \
buffer bio stack lhash rand err \
- evp asn1 ui cmac
+ evp asn1 ui
# tests to perform. "alltests" is a special word indicating that all tests
# should be performed.
@@ -301,6 +301,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
../crypto/bn/bn_word.o \
../crypto/bn/bn_x931p.o \
../crypto/buffer/buf_str.o \
+ ../crypto/cmac/cmac.o \
../crypto/cryptlib.o \
../crypto/des/cfb64ede.o \
../crypto/des/cfb64enc.o \