diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-20 15:37:14 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-20 15:37:46 +0100 |
commit | 308b137b9999d298b0cd279985a8fdf9b19cb4ee (patch) | |
tree | bfa5f72158556b6f868608c491a127c59204dfa6 /crypto/Makefile.am | |
parent | 12685f94d57d5181e1d1e5e8f392fb45caaed0ca (diff) | |
download | portable-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.am | 5 |
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 | |||
644 | libcrypto_la_SOURCES += evp/names.c | 644 | libcrypto_la_SOURCES += evp/names.c |
645 | libcrypto_la_SOURCES += evp/p5_crpt.c | 645 | libcrypto_la_SOURCES += evp/p5_crpt.c |
646 | libcrypto_la_SOURCES += evp/p5_crpt2.c | 646 | libcrypto_la_SOURCES += evp/p5_crpt2.c |
647 | libcrypto_la_SOURCES += evp/p_dec.c | 647 | libcrypto_la_SOURCES += evp/p_legacy.c |
648 | libcrypto_la_SOURCES += evp/p_enc.c | ||
649 | libcrypto_la_SOURCES += evp/p_lib.c | 648 | libcrypto_la_SOURCES += evp/p_lib.c |
650 | libcrypto_la_SOURCES += evp/p_open.c | ||
651 | libcrypto_la_SOURCES += evp/p_seal.c | ||
652 | libcrypto_la_SOURCES += evp/p_sign.c | 649 | libcrypto_la_SOURCES += evp/p_sign.c |
653 | libcrypto_la_SOURCES += evp/p_verify.c | 650 | libcrypto_la_SOURCES += evp/p_verify.c |
654 | libcrypto_la_SOURCES += evp/pmeth_fn.c | 651 | libcrypto_la_SOURCES += evp/pmeth_fn.c |