aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-31 09:33:43 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-31 09:33:43 -0600
commitcde0e9c182057c3d8c582c429302579712736c27 (patch)
treee13a94b60e901d72e2ba4d538d024079801df075 /crypto
parent4c19031d1e47f2b002a212e8c988c0fe37a65572 (diff)
downloadportable-cde0e9c182057c3d8c582c429302579712736c27.tar.gz
portable-cde0e9c182057c3d8c582c429302579712736c27.tar.bz2
portable-cde0e9c182057c3d8c582c429302579712736c27.zip
Be better at grep...
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 5d8db16..807bf54 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -515,7 +515,6 @@ libcrypto_la_SOURCES += des/ecb_enc.c
515libcrypto_la_SOURCES += des/ede_cbcm_enc.c 515libcrypto_la_SOURCES += des/ede_cbcm_enc.c
516libcrypto_la_SOURCES += des/fcrypt.c 516libcrypto_la_SOURCES += des/fcrypt.c
517libcrypto_la_SOURCES += des/fcrypt_b.c 517libcrypto_la_SOURCES += des/fcrypt_b.c
518EXTRA_libcrypto_la_SOURCES += des/ncbc_enc.c
519libcrypto_la_SOURCES += des/ofb64ede.c 518libcrypto_la_SOURCES += des/ofb64ede.c
520libcrypto_la_SOURCES += des/ofb64enc.c 519libcrypto_la_SOURCES += des/ofb64enc.c
521libcrypto_la_SOURCES += des/ofb_enc.c 520libcrypto_la_SOURCES += des/ofb_enc.c