aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-31 09:41:02 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-31 10:29:03 -0600
commitde89d89ae35e8de059d0a7ff1768823ba7ef646c (patch)
tree1ec25d5f2d7fab9a2c85a29340071f52809e3271
parentcde0e9c182057c3d8c582c429302579712736c27 (diff)
downloadportable-de89d89ae35e8de059d0a7ff1768823ba7ef646c.tar.gz
portable-de89d89ae35e8de059d0a7ff1768823ba7ef646c.tar.bz2
portable-de89d89ae35e8de059d0a7ff1768823ba7ef646c.zip
DES met jsing. And it never looked quite the same again.
-rw-r--r--crypto/CMakeLists.txt22
-rw-r--r--crypto/Makefile.am23
2 files changed, 8 insertions, 37 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 651303f..bf5c4a6 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -359,25 +359,11 @@ set(
359 ct/ct_x509v3.c 359 ct/ct_x509v3.c
360 curve25519/curve25519-generic.c 360 curve25519/curve25519-generic.c
361 curve25519/curve25519.c 361 curve25519/curve25519.c
362 des/cbc_cksm.c 362 des/des.c
363 des/cbc_enc.c 363 des/des_cksum.c
364 des/cfb64ede.c
365 des/cfb64enc.c
366 des/cfb_enc.c
367 des/des_enc.c 364 des/des_enc.c
368 des/ecb3_enc.c 365 des/des_fcrypt.c
369 des/ecb_enc.c 366 des/des_key.c
370 des/ede_cbcm_enc.c
371 des/fcrypt.c
372 des/fcrypt_b.c
373 des/ofb64ede.c
374 des/ofb64enc.c
375 des/ofb_enc.c
376 des/pcbc_enc.c
377 des/qud_cksm.c
378 des/set_key.c
379 des/str2key.c
380 des/xcbc_enc.c
381 dh/dh_ameth.c 367 dh/dh_ameth.c
382 dh/dh_asn1.c 368 dh/dh_asn1.c
383 dh/dh_check.c 369 dh/dh_check.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 807bf54..cd6fe29 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -504,27 +504,12 @@ noinst_HEADERS += curve25519/curve25519_internal.h
504 504
505 505
506# des 506# des
507libcrypto_la_SOURCES += des/cbc_cksm.c 507libcrypto_la_SOURCES += des/des.c
508libcrypto_la_SOURCES += des/cbc_enc.c 508libcrypto_la_SOURCES += des/des_cksum.c
509libcrypto_la_SOURCES += des/cfb64ede.c
510libcrypto_la_SOURCES += des/cfb64enc.c
511libcrypto_la_SOURCES += des/cfb_enc.c
512libcrypto_la_SOURCES += des/des_enc.c 509libcrypto_la_SOURCES += des/des_enc.c
513libcrypto_la_SOURCES += des/ecb3_enc.c 510libcrypto_la_SOURCES += des/des_fcrypt.c
514libcrypto_la_SOURCES += des/ecb_enc.c 511libcrypto_la_SOURCES += des/des_key.c
515libcrypto_la_SOURCES += des/ede_cbcm_enc.c
516libcrypto_la_SOURCES += des/fcrypt.c
517libcrypto_la_SOURCES += des/fcrypt_b.c
518libcrypto_la_SOURCES += des/ofb64ede.c
519libcrypto_la_SOURCES += des/ofb64enc.c
520libcrypto_la_SOURCES += des/ofb_enc.c
521libcrypto_la_SOURCES += des/pcbc_enc.c
522libcrypto_la_SOURCES += des/qud_cksm.c
523libcrypto_la_SOURCES += des/set_key.c
524libcrypto_la_SOURCES += des/str2key.c
525libcrypto_la_SOURCES += des/xcbc_enc.c
526noinst_HEADERS += des/des_local.h 512noinst_HEADERS += des/des_local.h
527noinst_HEADERS += des/spr.h
528 513
529# dh 514# dh
530libcrypto_la_SOURCES += dh/dh_ameth.c 515libcrypto_la_SOURCES += dh/dh_ameth.c