diff options
author | Brent Cook <bcook@openbsd.org> | 2016-11-05 05:21:29 -0500 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-11-05 19:11:19 +0900 |
commit | 659aff9fa7cbfefff28c248f611b13b8ae8424aa (patch) | |
tree | 2b0bf5cdc3ffc330a17b0ae3341fc0d43ba51684 /crypto/Makefile.am | |
parent | a241b876e98e4c0d0b326f6fe1bbb375a0fc8b34 (diff) | |
download | portable-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.am | 4 |
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 | |||
134 | noinst_HEADERS += cryptlib.h | 134 | noinst_HEADERS += cryptlib.h |
135 | noinst_HEADERS += md32_common.h | 135 | noinst_HEADERS += md32_common.h |
136 | noinst_HEADERS += o_time.h | 136 | noinst_HEADERS += o_time.h |
137 | noinst_HEADERS += x86_arch.h | ||
137 | 138 | ||
138 | # aes | 139 | # aes |
139 | libcrypto_la_SOURCES += aes/aes_cfb.c | 140 | libcrypto_la_SOURCES += aes/aes_cfb.c |
@@ -564,9 +565,6 @@ libcrypto_la_SOURCES += idea/i_ofb64.c | |||
564 | libcrypto_la_SOURCES += idea/i_skey.c | 565 | libcrypto_la_SOURCES += idea/i_skey.c |
565 | noinst_HEADERS += idea/idea_lcl.h | 566 | noinst_HEADERS += idea/idea_lcl.h |
566 | 567 | ||
567 | # krb5 | ||
568 | libcrypto_la_SOURCES += krb5/krb5_asn.c | ||
569 | |||
570 | # lhash | 568 | # lhash |
571 | libcrypto_la_SOURCES += lhash/lh_stats.c | 569 | libcrypto_la_SOURCES += lhash/lh_stats.c |
572 | libcrypto_la_SOURCES += lhash/lhash.c | 570 | libcrypto_la_SOURCES += lhash/lhash.c |