aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hmac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hmac/Makefile')
-rw-r--r--crypto/hmac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/hmac/Makefile b/crypto/hmac/Makefile
index 01f10c396f..5f7df5d647 100644
--- a/crypto/hmac/Makefile
+++ b/crypto/hmac/Makefile
@@ -17,8 +17,8 @@ TEST=hmactest.c
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=hmac.c
-LIBOBJ=hmac.o
+LIBSRC=hmac.c hm_ameth.c hm_pmeth.c
+LIBOBJ=hmac.o hm_ameth.o hm_pmeth.o
SRC= $(LIBSRC)