aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2017-05-02 00:21:57 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2017-05-13 23:59:59 +0900
commit63042e98f8e5b5d204108506c4aeecdee84639ab (patch)
tree5536b9652144e211b11a42921635dd9cd21945f8 /crypto/Makefile.am
parentf494c6aaf71e03bcbd2f9bc08e8e0925fcd650e5 (diff)
downloadportable-63042e98f8e5b5d204108506c4aeecdee84639ab.tar.gz
portable-63042e98f8e5b5d204108506c4aeecdee84639ab.tar.bz2
portable-63042e98f8e5b5d204108506c4aeecdee84639ab.zip
Add HKDF functionality
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 0e7f9c8..701cd4a 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -583,6 +583,9 @@ noinst_HEADERS += gost/gost.h
583noinst_HEADERS += gost/gost_asn1.h 583noinst_HEADERS += gost/gost_asn1.h
584noinst_HEADERS += gost/gost_locl.h 584noinst_HEADERS += gost/gost_locl.h
585 585
586# hkdf
587libcrypto_la_SOURCES += hkdf/hkdf.c
588
586# hmac 589# hmac
587libcrypto_la_SOURCES += hmac/hm_ameth.c 590libcrypto_la_SOURCES += hmac/hm_ameth.c
588libcrypto_la_SOURCES += hmac/hm_pmeth.c 591libcrypto_la_SOURCES += hmac/hm_pmeth.c