Experimental HMAC support via EVP_PKEY_METHOD.
[openssl.git] / crypto / hmac / Makefile
index d914d8c5f89cc42b18d93285eba508f67ab7c64a..5f7df5d6475c863a8395582de84b8f3ae291f885 100644 (file)
@@ -1,5 +1,5 @@
 #
-# SSLeay/crypto/md/Makefile
+# OpenSSL/crypto/md/Makefile
 #
 
 DIR=   hmac
@@ -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)