aboutsummaryrefslogtreecommitdiff
path: root/crypto
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
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')
-rw-r--r--crypto/CMakeLists.txt5
-rw-r--r--crypto/Makefile.am5
2 files changed, 2 insertions, 8 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 418f4f9..816269d 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -531,11 +531,8 @@ set(
531 evp/names.c 531 evp/names.c
532 evp/p5_crpt.c 532 evp/p5_crpt.c
533 evp/p5_crpt2.c 533 evp/p5_crpt2.c
534 evp/p_dec.c 534 evp/p_legacy.c
535 evp/p_enc.c
536 evp/p_lib.c 535 evp/p_lib.c
537 evp/p_open.c
538 evp/p_seal.c
539 evp/p_sign.c 536 evp/p_sign.c
540 evp/p_verify.c 537 evp/p_verify.c
541 evp/pmeth_fn.c 538 evp/pmeth_fn.c
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