diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 3 |
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 | |||
583 | noinst_HEADERS += gost/gost_asn1.h | 583 | noinst_HEADERS += gost/gost_asn1.h |
584 | noinst_HEADERS += gost/gost_locl.h | 584 | noinst_HEADERS += gost/gost_locl.h |
585 | 585 | ||
586 | # hkdf | ||
587 | libcrypto_la_SOURCES += hkdf/hkdf.c | ||
588 | |||
586 | # hmac | 589 | # hmac |
587 | libcrypto_la_SOURCES += hmac/hm_ameth.c | 590 | libcrypto_la_SOURCES += hmac/hm_ameth.c |
588 | libcrypto_la_SOURCES += hmac/hm_pmeth.c | 591 | libcrypto_la_SOURCES += hmac/hm_pmeth.c |