aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-18 14:25:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-18 14:25:11 +0000
commit2391681082e70ccc8da23365801ac58713af67c7 (patch)
treeff5c7b258871e3657160549ca395264b7838ddfd /Makefile.fips
parent6386b1b34d955178ff8bf6fe5247667ff63a5dee (diff)
downloadopenssl-2391681082e70ccc8da23365801ac58713af67c7.tar.gz
Initial untested CCM support via EVP.
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.fips b/Makefile.fips
index e4092537f3..198e6a5a1b 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -334,6 +334,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
../crypto/evp/m_sha1.o \
../crypto/hmac/hmac.o \
../crypto/modes/cbc128.o \
+ ../crypto/modes/ccm128.o \
../crypto/modes/cfb128.o \
../crypto/modes/ctr128.o \
../crypto/modes/gcm128.o \