aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-01-13 06:14:56 -0700
committerTheo Buehler <tb@openbsd.org>2024-01-13 06:14:56 -0700
commita13c8dd73a13336528b9853b153ae1c3f76ac305 (patch)
treef3b10e05d148b4e4c51b9537546b6c571f72ba1f /crypto
parent62643dbd4795aaa795af55cc93e4b9f3ee0c90c7 (diff)
downloadportable-a13c8dd73a13336528b9853b153ae1c3f76ac305.tar.gz
portable-a13c8dd73a13336528b9853b153ae1c3f76ac305.tar.bz2
portable-a13c8dd73a13336528b9853b153ae1c3f76ac305.zip
evp/evp_names.c replaces a few other files
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt4
-rw-r--r--crypto/Makefile.am4
2 files changed, 2 insertions, 6 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 4716ddd..89405a5 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -487,7 +487,6 @@ set(
487 evp/bio_b64.c 487 evp/bio_b64.c
488 evp/bio_enc.c 488 evp/bio_enc.c
489 evp/bio_md.c 489 evp/bio_md.c
490 evp/c_all.c
491 evp/e_aes.c 490 evp/e_aes.c
492 evp/e_aes_cbc_hmac_sha1.c 491 evp/e_aes_cbc_hmac_sha1.c
493 evp/e_bf.c 492 evp/e_bf.c
@@ -511,6 +510,7 @@ set(
511 evp/evp_encode.c 510 evp/evp_encode.c
512 evp/evp_err.c 511 evp/evp_err.c
513 evp/evp_key.c 512 evp/evp_key.c
513 evp/evp_names.c
514 evp/evp_pbe.c 514 evp/evp_pbe.c
515 evp/evp_pkey.c 515 evp/evp_pkey.c
516 evp/m_gost2814789.c 516 evp/m_gost2814789.c
@@ -526,7 +526,6 @@ set(
526 evp/m_streebog.c 526 evp/m_streebog.c
527 evp/m_sm3.c 527 evp/m_sm3.c
528 evp/m_wp.c 528 evp/m_wp.c
529 evp/names.c
530 evp/p5_crpt.c 529 evp/p5_crpt.c
531 evp/p5_crpt2.c 530 evp/p5_crpt2.c
532 evp/p_legacy.c 531 evp/p_legacy.c
@@ -572,7 +571,6 @@ set(
572 modes/gcm128.c 571 modes/gcm128.c
573 modes/ofb128.c 572 modes/ofb128.c
574 modes/xts128.c 573 modes/xts128.c
575 objects/o_names.c
576 objects/obj_dat.c 574 objects/obj_dat.c
577 objects/obj_err.c 575 objects/obj_err.c
578 objects/obj_lib.c 576 objects/obj_lib.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 611d7e0..28dd0ee 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -600,7 +600,6 @@ libcrypto_la_SOURCES += err/err_prn.c
600libcrypto_la_SOURCES += evp/bio_b64.c 600libcrypto_la_SOURCES += evp/bio_b64.c
601libcrypto_la_SOURCES += evp/bio_enc.c 601libcrypto_la_SOURCES += evp/bio_enc.c
602libcrypto_la_SOURCES += evp/bio_md.c 602libcrypto_la_SOURCES += evp/bio_md.c
603libcrypto_la_SOURCES += evp/c_all.c
604libcrypto_la_SOURCES += evp/e_aes.c 603libcrypto_la_SOURCES += evp/e_aes.c
605libcrypto_la_SOURCES += evp/e_aes_cbc_hmac_sha1.c 604libcrypto_la_SOURCES += evp/e_aes_cbc_hmac_sha1.c
606libcrypto_la_SOURCES += evp/e_bf.c 605libcrypto_la_SOURCES += evp/e_bf.c
@@ -624,6 +623,7 @@ libcrypto_la_SOURCES += evp/evp_digest.c
624libcrypto_la_SOURCES += evp/evp_encode.c 623libcrypto_la_SOURCES += evp/evp_encode.c
625libcrypto_la_SOURCES += evp/evp_err.c 624libcrypto_la_SOURCES += evp/evp_err.c
626libcrypto_la_SOURCES += evp/evp_key.c 625libcrypto_la_SOURCES += evp/evp_key.c
626libcrypto_la_SOURCES += evp/evp_names.c
627libcrypto_la_SOURCES += evp/evp_pbe.c 627libcrypto_la_SOURCES += evp/evp_pbe.c
628libcrypto_la_SOURCES += evp/evp_pkey.c 628libcrypto_la_SOURCES += evp/evp_pkey.c
629libcrypto_la_SOURCES += evp/m_gost2814789.c 629libcrypto_la_SOURCES += evp/m_gost2814789.c
@@ -639,7 +639,6 @@ libcrypto_la_SOURCES += evp/m_sigver.c
639libcrypto_la_SOURCES += evp/m_streebog.c 639libcrypto_la_SOURCES += evp/m_streebog.c
640libcrypto_la_SOURCES += evp/m_sm3.c 640libcrypto_la_SOURCES += evp/m_sm3.c
641libcrypto_la_SOURCES += evp/m_wp.c 641libcrypto_la_SOURCES += evp/m_wp.c
642libcrypto_la_SOURCES += evp/names.c
643libcrypto_la_SOURCES += evp/p5_crpt.c 642libcrypto_la_SOURCES += evp/p5_crpt.c
644libcrypto_la_SOURCES += evp/p5_crpt2.c 643libcrypto_la_SOURCES += evp/p5_crpt2.c
645libcrypto_la_SOURCES += evp/p_legacy.c 644libcrypto_la_SOURCES += evp/p_legacy.c
@@ -758,7 +757,6 @@ libcrypto_la_SOURCES += modes/xts128.c
758noinst_HEADERS += modes/modes_local.h 757noinst_HEADERS += modes/modes_local.h
759 758
760# objects 759# objects
761libcrypto_la_SOURCES += objects/o_names.c
762libcrypto_la_SOURCES += objects/obj_dat.c 760libcrypto_la_SOURCES += objects/obj_dat.c
763libcrypto_la_SOURCES += objects/obj_err.c 761libcrypto_la_SOURCES += objects/obj_err.c
764libcrypto_la_SOURCES += objects/obj_lib.c 762libcrypto_la_SOURCES += objects/obj_lib.c