diff options
author | Brent Cook <busterb@gmail.com> | 2021-12-19 20:31:26 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-12-19 20:31:26 -0600 |
commit | 1b95c5d584c5db4f08160299f5bf66acf654875d (patch) | |
tree | 80cc7ea2cc5fdc4f4623e1e0188bf43f51304517 | |
parent | 26ed65c0b1ed923cd8203b85563c81c946083ad0 (diff) | |
download | portable-1b95c5d584c5db4f08160299f5bf66acf654875d.tar.gz portable-1b95c5d584c5db4f08160299f5bf66acf654875d.tar.bz2 portable-1b95c5d584c5db4f08160299f5bf66acf654875d.zip |
update for asn1 changes
-rw-r--r-- | crypto/CMakeLists.txt | 11 | ||||
-rw-r--r-- | crypto/Makefile.am | 11 |
2 files changed, 8 insertions, 14 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index d1be1a8..12bc8ae 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -245,7 +245,6 @@ set( | |||
245 | aes/aes_ofb.c | 245 | aes/aes_ofb.c |
246 | aes/aes_wrap.c | 246 | aes/aes_wrap.c |
247 | asn1/a_bitstr.c | 247 | asn1/a_bitstr.c |
248 | asn1/a_bool.c | ||
249 | asn1/a_d2i_fp.c | 248 | asn1/a_d2i_fp.c |
250 | asn1/a_digest.c | 249 | asn1/a_digest.c |
251 | asn1/a_dup.c | 250 | asn1/a_dup.c |
@@ -256,10 +255,11 @@ set( | |||
256 | asn1/a_object.c | 255 | asn1/a_object.c |
257 | asn1/a_octet.c | 256 | asn1/a_octet.c |
258 | asn1/a_pkey.c | 257 | asn1/a_pkey.c |
259 | asn1/a_pubkey.c | ||
260 | asn1/a_print.c | 258 | asn1/a_print.c |
259 | asn1/a_pubkey.c | ||
261 | asn1/a_sign.c | 260 | asn1/a_sign.c |
262 | asn1/a_strex.c | 261 | asn1/a_strex.c |
262 | asn1/a_string.c | ||
263 | asn1/a_strnid.c | 263 | asn1/a_strnid.c |
264 | asn1/a_time.c | 264 | asn1/a_time.c |
265 | asn1/a_time_tm.c | 265 | asn1/a_time_tm.c |
@@ -269,23 +269,20 @@ set( | |||
269 | asn1/ameth_lib.c | 269 | asn1/ameth_lib.c |
270 | asn1/asn1_err.c | 270 | asn1/asn1_err.c |
271 | asn1/asn1_gen.c | 271 | asn1/asn1_gen.c |
272 | asn1/asn1_lib.c | 272 | asn1/asn1_old_lib.c |
273 | asn1/asn1_par.c | 273 | asn1/asn1_par.c |
274 | asn1/asn1_types.c | ||
274 | asn1/asn_mime.c | 275 | asn1/asn_mime.c |
275 | asn1/asn_moid.c | 276 | asn1/asn_moid.c |
276 | asn1/asn_pack.c | 277 | asn1/asn_pack.c |
277 | asn1/bio_asn1.c | 278 | asn1/bio_asn1.c |
278 | asn1/bio_ndef.c | 279 | asn1/bio_ndef.c |
279 | asn1/evp_asn1.c | 280 | asn1/evp_asn1.c |
280 | asn1/f_enum.c | ||
281 | asn1/f_int.c | ||
282 | asn1/f_string.c | ||
283 | asn1/n_pkey.c | 281 | asn1/n_pkey.c |
284 | asn1/nsseq.c | 282 | asn1/nsseq.c |
285 | asn1/p5_pbe.c | 283 | asn1/p5_pbe.c |
286 | asn1/p5_pbev2.c | 284 | asn1/p5_pbev2.c |
287 | asn1/p8_pkey.c | 285 | asn1/p8_pkey.c |
288 | asn1/t_bitst.c | ||
289 | asn1/t_crl.c | 286 | asn1/t_crl.c |
290 | asn1/t_pkey.c | 287 | asn1/t_pkey.c |
291 | asn1/t_req.c | 288 | asn1/t_req.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index d7b13a5..155df59 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -292,7 +292,6 @@ noinst_HEADERS += aes/aes_locl.h | |||
292 | 292 | ||
293 | # asn1 | 293 | # asn1 |
294 | libcrypto_la_SOURCES += asn1/a_bitstr.c | 294 | libcrypto_la_SOURCES += asn1/a_bitstr.c |
295 | libcrypto_la_SOURCES += asn1/a_bool.c | ||
296 | libcrypto_la_SOURCES += asn1/a_d2i_fp.c | 295 | libcrypto_la_SOURCES += asn1/a_d2i_fp.c |
297 | libcrypto_la_SOURCES += asn1/a_digest.c | 296 | libcrypto_la_SOURCES += asn1/a_digest.c |
298 | libcrypto_la_SOURCES += asn1/a_dup.c | 297 | libcrypto_la_SOURCES += asn1/a_dup.c |
@@ -303,10 +302,11 @@ libcrypto_la_SOURCES += asn1/a_mbstr.c | |||
303 | libcrypto_la_SOURCES += asn1/a_object.c | 302 | libcrypto_la_SOURCES += asn1/a_object.c |
304 | libcrypto_la_SOURCES += asn1/a_octet.c | 303 | libcrypto_la_SOURCES += asn1/a_octet.c |
305 | libcrypto_la_SOURCES += asn1/a_pkey.c | 304 | libcrypto_la_SOURCES += asn1/a_pkey.c |
306 | libcrypto_la_SOURCES += asn1/a_pubkey.c | ||
307 | libcrypto_la_SOURCES += asn1/a_print.c | 305 | libcrypto_la_SOURCES += asn1/a_print.c |
306 | libcrypto_la_SOURCES += asn1/a_pubkey.c | ||
308 | libcrypto_la_SOURCES += asn1/a_sign.c | 307 | libcrypto_la_SOURCES += asn1/a_sign.c |
309 | libcrypto_la_SOURCES += asn1/a_strex.c | 308 | libcrypto_la_SOURCES += asn1/a_strex.c |
309 | libcrypto_la_SOURCES += asn1/a_string.c | ||
310 | libcrypto_la_SOURCES += asn1/a_strnid.c | 310 | libcrypto_la_SOURCES += asn1/a_strnid.c |
311 | libcrypto_la_SOURCES += asn1/a_time.c | 311 | libcrypto_la_SOURCES += asn1/a_time.c |
312 | libcrypto_la_SOURCES += asn1/a_time_tm.c | 312 | libcrypto_la_SOURCES += asn1/a_time_tm.c |
@@ -316,23 +316,20 @@ libcrypto_la_SOURCES += asn1/a_verify.c | |||
316 | libcrypto_la_SOURCES += asn1/ameth_lib.c | 316 | libcrypto_la_SOURCES += asn1/ameth_lib.c |
317 | libcrypto_la_SOURCES += asn1/asn1_err.c | 317 | libcrypto_la_SOURCES += asn1/asn1_err.c |
318 | libcrypto_la_SOURCES += asn1/asn1_gen.c | 318 | libcrypto_la_SOURCES += asn1/asn1_gen.c |
319 | libcrypto_la_SOURCES += asn1/asn1_lib.c | 319 | libcrypto_la_SOURCES += asn1/asn1_old_lib.c |
320 | libcrypto_la_SOURCES += asn1/asn1_par.c | 320 | libcrypto_la_SOURCES += asn1/asn1_par.c |
321 | libcrypto_la_SOURCES += asn1/asn1_types.c | ||
321 | libcrypto_la_SOURCES += asn1/asn_mime.c | 322 | libcrypto_la_SOURCES += asn1/asn_mime.c |
322 | libcrypto_la_SOURCES += asn1/asn_moid.c | 323 | libcrypto_la_SOURCES += asn1/asn_moid.c |
323 | libcrypto_la_SOURCES += asn1/asn_pack.c | 324 | libcrypto_la_SOURCES += asn1/asn_pack.c |
324 | libcrypto_la_SOURCES += asn1/bio_asn1.c | 325 | libcrypto_la_SOURCES += asn1/bio_asn1.c |
325 | libcrypto_la_SOURCES += asn1/bio_ndef.c | 326 | libcrypto_la_SOURCES += asn1/bio_ndef.c |
326 | libcrypto_la_SOURCES += asn1/evp_asn1.c | 327 | libcrypto_la_SOURCES += asn1/evp_asn1.c |
327 | libcrypto_la_SOURCES += asn1/f_enum.c | ||
328 | libcrypto_la_SOURCES += asn1/f_int.c | ||
329 | libcrypto_la_SOURCES += asn1/f_string.c | ||
330 | libcrypto_la_SOURCES += asn1/n_pkey.c | 328 | libcrypto_la_SOURCES += asn1/n_pkey.c |
331 | libcrypto_la_SOURCES += asn1/nsseq.c | 329 | libcrypto_la_SOURCES += asn1/nsseq.c |
332 | libcrypto_la_SOURCES += asn1/p5_pbe.c | 330 | libcrypto_la_SOURCES += asn1/p5_pbe.c |
333 | libcrypto_la_SOURCES += asn1/p5_pbev2.c | 331 | libcrypto_la_SOURCES += asn1/p5_pbev2.c |
334 | libcrypto_la_SOURCES += asn1/p8_pkey.c | 332 | libcrypto_la_SOURCES += asn1/p8_pkey.c |
335 | libcrypto_la_SOURCES += asn1/t_bitst.c | ||
336 | libcrypto_la_SOURCES += asn1/t_crl.c | 333 | libcrypto_la_SOURCES += asn1/t_crl.c |
337 | libcrypto_la_SOURCES += asn1/t_pkey.c | 334 | libcrypto_la_SOURCES += asn1/t_pkey.c |
338 | libcrypto_la_SOURCES += asn1/t_req.c | 335 | libcrypto_la_SOURCES += asn1/t_req.c |