diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-27 16:33:48 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-27 16:36:43 -0600 |
commit | 72f00343f2f1d8a442a1de02bde062186d84f4e6 (patch) | |
tree | 092139640b838d3808a301b533adb57f71852b2c /crypto | |
parent | 78a45a8ae0d31d0d02612f23142db40a19686585 (diff) | |
download | portable-72f00343f2f1d8a442a1de02bde062186d84f4e6.tar.gz portable-72f00343f2f1d8a442a1de02bde062186d84f4e6.tar.bz2 portable-72f00343f2f1d8a442a1de02bde062186d84f4e6.zip |
Drop some no longer existing files
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 10 | ||||
-rw-r--r-- | crypto/Makefile.am | 6 |
2 files changed, 2 insertions, 14 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 4f0eb88..c7c8876 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -30,7 +30,6 @@ if(HOST_ASM_ELF_X86_64) | |||
30 | aes/bsaes-elf-x86_64.S | 30 | aes/bsaes-elf-x86_64.S |
31 | aes/vpaes-elf-x86_64.S | 31 | aes/vpaes-elf-x86_64.S |
32 | aes/aesni-elf-x86_64.S | 32 | aes/aesni-elf-x86_64.S |
33 | aes/aesni-sha1-elf-x86_64.S | ||
34 | bn/modexp512-elf-x86_64.S | 33 | bn/modexp512-elf-x86_64.S |
35 | bn/mont-elf-x86_64.S | 34 | bn/mont-elf-x86_64.S |
36 | bn/mont5-elf-x86_64.S | 35 | bn/mont5-elf-x86_64.S |
@@ -83,7 +82,6 @@ if(HOST_ASM_MACOSX_X86_64) | |||
83 | aes/bsaes-macosx-x86_64.S | 82 | aes/bsaes-macosx-x86_64.S |
84 | aes/vpaes-macosx-x86_64.S | 83 | aes/vpaes-macosx-x86_64.S |
85 | aes/aesni-macosx-x86_64.S | 84 | aes/aesni-macosx-x86_64.S |
86 | aes/aesni-sha1-macosx-x86_64.S | ||
87 | bn/modexp512-macosx-x86_64.S | 85 | bn/modexp512-macosx-x86_64.S |
88 | bn/mont-macosx-x86_64.S | 86 | bn/mont-macosx-x86_64.S |
89 | bn/mont5-macosx-x86_64.S | 87 | bn/mont5-macosx-x86_64.S |
@@ -91,7 +89,6 @@ if(HOST_ASM_MACOSX_X86_64) | |||
91 | md5/md5-macosx-x86_64.S | 89 | md5/md5-macosx-x86_64.S |
92 | modes/ghash-macosx-x86_64.S | 90 | modes/ghash-macosx-x86_64.S |
93 | rc4/rc4-macosx-x86_64.S | 91 | rc4/rc4-macosx-x86_64.S |
94 | rc4/rc4-md5-macosx-x86_64.S | ||
95 | sha/sha1-macosx-x86_64.S | 92 | sha/sha1-macosx-x86_64.S |
96 | sha/sha256-macosx-x86_64.S | 93 | sha/sha256-macosx-x86_64.S |
97 | sha/sha512-macosx-x86_64.S | 94 | sha/sha512-macosx-x86_64.S |
@@ -137,7 +134,6 @@ if(HOST_ASM_MASM_X86_64) | |||
137 | aes/bsaes-masm-x86_64.S | 134 | aes/bsaes-masm-x86_64.S |
138 | aes/vpaes-masm-x86_64.S | 135 | aes/vpaes-masm-x86_64.S |
139 | aes/aesni-masm-x86_64.S | 136 | aes/aesni-masm-x86_64.S |
140 | aes/aesni-sha1-masm-x86_64.S | ||
141 | #bn/modexp512-masm-x86_64.S | 137 | #bn/modexp512-masm-x86_64.S |
142 | #bn/mont-masm-x86_64.S | 138 | #bn/mont-masm-x86_64.S |
143 | #bn/mont5-masm-x86_64.S | 139 | #bn/mont5-masm-x86_64.S |
@@ -145,7 +141,6 @@ if(HOST_ASM_MASM_X86_64) | |||
145 | md5/md5-masm-x86_64.S | 141 | md5/md5-masm-x86_64.S |
146 | modes/ghash-masm-x86_64.S | 142 | modes/ghash-masm-x86_64.S |
147 | rc4/rc4-masm-x86_64.S | 143 | rc4/rc4-masm-x86_64.S |
148 | rc4/rc4-md5-masm-x86_64.S | ||
149 | sha/sha1-masm-x86_64.S | 144 | sha/sha1-masm-x86_64.S |
150 | sha/sha256-masm-x86_64.S | 145 | sha/sha256-masm-x86_64.S |
151 | sha/sha512-masm-x86_64.S | 146 | sha/sha512-masm-x86_64.S |
@@ -178,7 +173,6 @@ if(HOST_ASM_MINGW64_X86_64) | |||
178 | aes/bsaes-mingw64-x86_64.S | 173 | aes/bsaes-mingw64-x86_64.S |
179 | aes/vpaes-mingw64-x86_64.S | 174 | aes/vpaes-mingw64-x86_64.S |
180 | aes/aesni-mingw64-x86_64.S | 175 | aes/aesni-mingw64-x86_64.S |
181 | aes/aesni-sha1-mingw64-x86_64.S | ||
182 | #bn/modexp512-mingw64-x86_64.S | 176 | #bn/modexp512-mingw64-x86_64.S |
183 | #bn/mont-mingw64-x86_64.S | 177 | #bn/mont-mingw64-x86_64.S |
184 | #bn/mont5-mingw64-x86_64.S | 178 | #bn/mont5-mingw64-x86_64.S |
@@ -186,7 +180,6 @@ if(HOST_ASM_MINGW64_X86_64) | |||
186 | md5/md5-mingw64-x86_64.S | 180 | md5/md5-mingw64-x86_64.S |
187 | modes/ghash-mingw64-x86_64.S | 181 | modes/ghash-mingw64-x86_64.S |
188 | rc4/rc4-mingw64-x86_64.S | 182 | rc4/rc4-mingw64-x86_64.S |
189 | rc4/rc4-md5-mingw64-x86_64.S | ||
190 | sha/sha1-mingw64-x86_64.S | 183 | sha/sha1-mingw64-x86_64.S |
191 | sha/sha256-mingw64-x86_64.S | 184 | sha/sha256-mingw64-x86_64.S |
192 | sha/sha512-mingw64-x86_64.S | 185 | sha/sha512-mingw64-x86_64.S |
@@ -234,8 +227,7 @@ if((NOT HOST_ASM_ELF_X86_64) AND | |||
234 | aes/aes_cbc.c | 227 | aes/aes_cbc.c |
235 | camellia/camellia.c | 228 | camellia/camellia.c |
236 | camellia/cmll_cbc.c | 229 | camellia/cmll_cbc.c |
237 | rc4/rc4_enc.c | 230 | rc4/rc4.c |
238 | rc4/rc4_skey.c | ||
239 | whrlpool/wp_block.c | 231 | whrlpool/wp_block.c |
240 | ) | 232 | ) |
241 | endif() | 233 | endif() |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index dc50392..97c5ebd 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -200,8 +200,7 @@ libcrypto_la_SOURCES += aes/aes_cbc.c | |||
200 | libcrypto_la_SOURCES += aes/aes_core.c | 200 | libcrypto_la_SOURCES += aes/aes_core.c |
201 | libcrypto_la_SOURCES += camellia/camellia.c | 201 | libcrypto_la_SOURCES += camellia/camellia.c |
202 | libcrypto_la_SOURCES += camellia/cmll_cbc.c | 202 | libcrypto_la_SOURCES += camellia/cmll_cbc.c |
203 | libcrypto_la_SOURCES += rc4/rc4_enc.c | 203 | libcrypto_la_SOURCES += rc4/rc4.c |
204 | libcrypto_la_SOURCES += rc4/rc4_skey.c | ||
205 | libcrypto_la_SOURCES += whrlpool/wp_block.c | 204 | libcrypto_la_SOURCES += whrlpool/wp_block.c |
206 | endif | 205 | endif |
207 | endif | 206 | endif |
@@ -804,9 +803,6 @@ libcrypto_la_SOURCES += rc2/rc2cfb64.c | |||
804 | libcrypto_la_SOURCES += rc2/rc2ofb64.c | 803 | libcrypto_la_SOURCES += rc2/rc2ofb64.c |
805 | noinst_HEADERS += rc2/rc2_local.h | 804 | noinst_HEADERS += rc2/rc2_local.h |
806 | 805 | ||
807 | # rc4 | ||
808 | noinst_HEADERS += rc4/rc4_local.h | ||
809 | |||
810 | # ripemd | 806 | # ripemd |
811 | libcrypto_la_SOURCES += ripemd/ripemd.c | 807 | libcrypto_la_SOURCES += ripemd/ripemd.c |
812 | 808 | ||