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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 23 |
1 files changed, 4 insertions, 19 deletions
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 |