diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-08-31 09:41:02 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-08-31 10:29:03 -0600 |
| commit | de89d89ae35e8de059d0a7ff1768823ba7ef646c (patch) | |
| tree | 1ec25d5f2d7fab9a2c85a29340071f52809e3271 /crypto | |
| parent | cde0e9c182057c3d8c582c429302579712736c27 (diff) | |
| download | portable-de89d89ae35e8de059d0a7ff1768823ba7ef646c.tar.gz portable-de89d89ae35e8de059d0a7ff1768823ba7ef646c.tar.bz2 portable-de89d89ae35e8de059d0a7ff1768823ba7ef646c.zip | |
DES met jsing. And it never looked quite the same again.
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/CMakeLists.txt | 22 | ||||
| -rw-r--r-- | crypto/Makefile.am | 23 |
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 |
| 507 | libcrypto_la_SOURCES += des/cbc_cksm.c | 507 | libcrypto_la_SOURCES += des/des.c |
| 508 | libcrypto_la_SOURCES += des/cbc_enc.c | 508 | libcrypto_la_SOURCES += des/des_cksum.c |
| 509 | libcrypto_la_SOURCES += des/cfb64ede.c | ||
| 510 | libcrypto_la_SOURCES += des/cfb64enc.c | ||
| 511 | libcrypto_la_SOURCES += des/cfb_enc.c | ||
| 512 | libcrypto_la_SOURCES += des/des_enc.c | 509 | libcrypto_la_SOURCES += des/des_enc.c |
| 513 | libcrypto_la_SOURCES += des/ecb3_enc.c | 510 | libcrypto_la_SOURCES += des/des_fcrypt.c |
| 514 | libcrypto_la_SOURCES += des/ecb_enc.c | 511 | libcrypto_la_SOURCES += des/des_key.c |
| 515 | libcrypto_la_SOURCES += des/ede_cbcm_enc.c | ||
| 516 | libcrypto_la_SOURCES += des/fcrypt.c | ||
| 517 | libcrypto_la_SOURCES += des/fcrypt_b.c | ||
| 518 | libcrypto_la_SOURCES += des/ofb64ede.c | ||
| 519 | libcrypto_la_SOURCES += des/ofb64enc.c | ||
| 520 | libcrypto_la_SOURCES += des/ofb_enc.c | ||
| 521 | libcrypto_la_SOURCES += des/pcbc_enc.c | ||
| 522 | libcrypto_la_SOURCES += des/qud_cksm.c | ||
| 523 | libcrypto_la_SOURCES += des/set_key.c | ||
| 524 | libcrypto_la_SOURCES += des/str2key.c | ||
| 525 | libcrypto_la_SOURCES += des/xcbc_enc.c | ||
| 526 | noinst_HEADERS += des/des_local.h | 512 | noinst_HEADERS += des/des_local.h |
| 527 | noinst_HEADERS += des/spr.h | ||
| 528 | 513 | ||
| 529 | # dh | 514 | # dh |
| 530 | libcrypto_la_SOURCES += dh/dh_ameth.c | 515 | libcrypto_la_SOURCES += dh/dh_ameth.c |
