aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-05-31 03:28:07 -0600
committerTheo Buehler <tb@openbsd.org>2025-05-31 03:28:14 -0600
commit13602069adfe50f069ab704d64af99822a6b6530 (patch)
treed5dfd57b1b56a252a62b9b41c3adf3f6f79cc252
parent3ce80037a09f15aa89bc686f5f3776d133df3dd7 (diff)
downloadportable-13602069adfe50f069ab704d64af99822a6b6530.tar.gz
portable-13602069adfe50f069ab704d64af99822a6b6530.tar.bz2
portable-13602069adfe50f069ab704d64af99822a6b6530.zip
There's only one rc2.c file now
-rw-r--r--crypto/CMakeLists.txt6
-rw-r--r--crypto/Makefile.am6
2 files changed, 2 insertions, 10 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index d949bcd..f0cd08d 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -447,11 +447,7 @@ set(
447 rand/rand_err.c 447 rand/rand_err.c
448 rand/rand_lib.c 448 rand/rand_lib.c
449 rand/randfile.c 449 rand/randfile.c
450 rc2/rc2_cbc.c 450 rc2/rc2.c
451 rc2/rc2_ecb.c
452 rc2/rc2_skey.c
453 rc2/rc2cfb64.c
454 rc2/rc2ofb64.c
455 rc4/rc4.c 451 rc4/rc4.c
456 ripemd/ripemd.c 452 ripemd/ripemd.c
457 rsa/rsa_ameth.c 453 rsa/rsa_ameth.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index df5560e..460ed3f 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -804,11 +804,7 @@ libcrypto_la_SOURCES += rand/rand_lib.c
804libcrypto_la_SOURCES += rand/randfile.c 804libcrypto_la_SOURCES += rand/randfile.c
805 805
806# rc2 806# rc2
807libcrypto_la_SOURCES += rc2/rc2_cbc.c 807libcrypto_la_SOURCES += rc2/rc2.c
808libcrypto_la_SOURCES += rc2/rc2_ecb.c
809libcrypto_la_SOURCES += rc2/rc2_skey.c
810libcrypto_la_SOURCES += rc2/rc2cfb64.c
811libcrypto_la_SOURCES += rc2/rc2ofb64.c
812noinst_HEADERS += rc2/rc2_local.h 808noinst_HEADERS += rc2/rc2_local.h
813 809
814# rc4 810# rc4