From 2391681082e70ccc8da23365801ac58713af67c7 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 18 Apr 2011 14:25:11 +0000 Subject: Initial untested CCM support via EVP. --- Makefile.fips | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.fips') 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 \ -- cgit v1.2.3