aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-12-20 15:37:14 +0100
committerTheo Buehler <tb@openbsd.org>2023-12-20 15:37:46 +0100
commit308b137b9999d298b0cd279985a8fdf9b19cb4ee (patch)
treebfa5f72158556b6f868608c491a127c59204dfa6 /crypto/Makefile.am
parent12685f94d57d5181e1d1e5e8f392fb45caaed0ca (diff)
downloadportable-308b137b9999d298b0cd279985a8fdf9b19cb4ee.tar.gz
portable-308b137b9999d298b0cd279985a8fdf9b19cb4ee.tar.bz2
portable-308b137b9999d298b0cd279985a8fdf9b19cb4ee.zip
Some files were merged into p_legacy.c
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 1752d9e..f0725e1 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -644,11 +644,8 @@ libcrypto_la_SOURCES += evp/m_wp.c
644libcrypto_la_SOURCES += evp/names.c 644libcrypto_la_SOURCES += evp/names.c
645libcrypto_la_SOURCES += evp/p5_crpt.c 645libcrypto_la_SOURCES += evp/p5_crpt.c
646libcrypto_la_SOURCES += evp/p5_crpt2.c 646libcrypto_la_SOURCES += evp/p5_crpt2.c
647libcrypto_la_SOURCES += evp/p_dec.c 647libcrypto_la_SOURCES += evp/p_legacy.c
648libcrypto_la_SOURCES += evp/p_enc.c
649libcrypto_la_SOURCES += evp/p_lib.c 648libcrypto_la_SOURCES += evp/p_lib.c
650libcrypto_la_SOURCES += evp/p_open.c
651libcrypto_la_SOURCES += evp/p_seal.c
652libcrypto_la_SOURCES += evp/p_sign.c 649libcrypto_la_SOURCES += evp/p_sign.c
653libcrypto_la_SOURCES += evp/p_verify.c 650libcrypto_la_SOURCES += evp/p_verify.c
654libcrypto_la_SOURCES += evp/pmeth_fn.c 651libcrypto_la_SOURCES += evp/pmeth_fn.c