summaryrefslogtreecommitdiffstats
path: root/crypto/hmac/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-10-24 21:20:00 +0200
committerRichard Levitte <levitte@openssl.org>2018-10-30 05:49:54 +0100
commit6723f86746ab7e8ff9a914603db4f85c53eafc7c (patch)
tree55d8bd25665c11ea596d0fa7d4dd913ecc8f330b /crypto/hmac/build.info
parent56adb7d93721a72bfae532845cbebc4a565ceb65 (diff)
EVP_MAC: Add HMAC implementation
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 09f67c2a02..615f170221 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
+ hmac.c hm_ameth.c hm_pmeth.c hm_meth.c