summaryrefslogtreecommitdiffstats
path: root/crypto/cmac/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-08 15:31:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-08 15:31:35 +0000
commitc8ef656df28d1d21e5168191f959764da3a97122 (patch)
tree955dd210121291dce9fa757d10aa3c0774606e14 /crypto/cmac/Makefile
parent8c968e0355151e1e5033b6793b61320ff400c88a (diff)
Make CMAC API similar to HMAC API. Add methods for CMAC.
Diffstat (limited to 'crypto/cmac/Makefile')
-rw-r--r--crypto/cmac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/cmac/Makefile b/crypto/cmac/Makefile
index 7a960f6122..80bb676ac6 100644
--- a/crypto/cmac/Makefile
+++ b/crypto/cmac/Makefile
@@ -17,8 +17,8 @@ TEST=
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=cmac.c
-LIBOBJ=cmac.o
+LIBSRC=cmac.c cm_ameth.c cm_pmeth.c
+LIBOBJ=cmac.o cm_ameth.o cm_pmeth.o
SRC= $(LIBSRC)