Add (placeholder) CCM module
diff --git a/library/Makefile b/library/Makefile
index e02a258..281353a 100644
--- a/library/Makefile
+++ b/library/Makefile
@@ -37,7 +37,7 @@
 OBJS=	aes.o		aesni.o		arc4.o			\
 		asn1parse.o								\
 		asn1write.o base64.o	bignum.o		\
-		blowfish.o	camellia.o					\
+		blowfish.o	camellia.o	ccm.o			\
 		certs.o		cipher.o	cipher_wrap.o	\
 		ctr_drbg.o	debug.o		des.o			\
 		dhm.o		ecdh.o		ecdsa.o			\