aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
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 /crypto/Makefile.am
parentcde0e9c182057c3d8c582c429302579712736c27 (diff)
downloadportable-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.am23
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
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