aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-11-05 05:21:29 -0500
committerkinichiro <kinichiro.inoguchi@gmail.com>2016-11-05 19:11:19 +0900
commit659aff9fa7cbfefff28c248f611b13b8ae8424aa (patch)
tree2b0bf5cdc3ffc330a17b0ae3341fc0d43ba51684 /crypto/Makefile.am
parenta241b876e98e4c0d0b326f6fe1bbb375a0fc8b34 (diff)
downloadportable-659aff9fa7cbfefff28c248f611b13b8ae8424aa.tar.gz
portable-659aff9fa7cbfefff28c248f611b13b8ae8424aa.tar.bz2
portable-659aff9fa7cbfefff28c248f611b13b8ae8424aa.zip
updates for latest build changes
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index d9f64d9..1398863 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -134,6 +134,7 @@ noinst_HEADERS += constant_time_locl.h
134noinst_HEADERS += cryptlib.h 134noinst_HEADERS += cryptlib.h
135noinst_HEADERS += md32_common.h 135noinst_HEADERS += md32_common.h
136noinst_HEADERS += o_time.h 136noinst_HEADERS += o_time.h
137noinst_HEADERS += x86_arch.h
137 138
138# aes 139# aes
139libcrypto_la_SOURCES += aes/aes_cfb.c 140libcrypto_la_SOURCES += aes/aes_cfb.c
@@ -564,9 +565,6 @@ libcrypto_la_SOURCES += idea/i_ofb64.c
564libcrypto_la_SOURCES += idea/i_skey.c 565libcrypto_la_SOURCES += idea/i_skey.c
565noinst_HEADERS += idea/idea_lcl.h 566noinst_HEADERS += idea/idea_lcl.h
566 567
567# krb5
568libcrypto_la_SOURCES += krb5/krb5_asn.c
569
570# lhash 568# lhash
571libcrypto_la_SOURCES += lhash/lh_stats.c 569libcrypto_la_SOURCES += lhash/lh_stats.c
572libcrypto_la_SOURCES += lhash/lhash.c 570libcrypto_la_SOURCES += lhash/lhash.c