summaryrefslogtreecommitdiffstats
path: root/crypto/hmac/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-10-24 21:25:00 +0200
committerRichard Levitte <levitte@openssl.org>2018-10-30 05:50:58 +0100
commitf8c9a8e325b23f4b3de67e9a0d385355f81bd6fc (patch)
treeed9f9c2dd94f38730c9ddc4f6651b5cf5c6c574c /crypto/hmac/build.info
parent6723f86746ab7e8ff9a914603db4f85c53eafc7c (diff)
EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7483)
Diffstat (limited to 'crypto/hmac/build.info')
-rw-r--r--crypto/hmac/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hmac/build.info b/crypto/hmac/build.info
index 615f170221..f63524d3be 100644
--- a/crypto/hmac/build.info
+++ b/crypto/hmac/build.info
@@ -1,3 +1,3 @@
LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
- hmac.c hm_ameth.c hm_pmeth.c hm_meth.c
+ hmac.c hm_ameth.c hm_meth.c