aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2024-07-18 07:44:47 +0000
committerMartin Matuska <mm@FreeBSD.org>2024-07-18 08:02:12 +0000
commit75e1fea68aaa613a20dfdcd0c59dd403aca02c49 (patch)
tree5ccd3c7724523b116fee00b80bc2b2f3a2474a53 /cddl/lib
parenta4469a0d19b64bf518c12e8c24c81ec513a45e7d (diff)
parent1147a279785329a2eaeb01c0610c35fe835a62a6 (diff)
Diffstat (limited to 'cddl/lib')
-rw-r--r--cddl/lib/libicp/Makefile4
-rw-r--r--cddl/lib/libicp_rescue/Makefile4
2 files changed, 0 insertions, 8 deletions
diff --git a/cddl/lib/libicp/Makefile b/cddl/lib/libicp/Makefile
index b1d926d65368..b8bd3dc6df95 100644
--- a/cddl/lib/libicp/Makefile
+++ b/cddl/lib/libicp/Makefile
@@ -68,13 +68,10 @@ KERNEL_C = \
algs/blake3/blake3_impl.c \
algs/edonr/edonr.c \
algs/modes/modes.c \
- algs/modes/cbc.c \
algs/modes/gcm_generic.c \
algs/modes/gcm_pclmulqdq.c \
algs/modes/gcm.c \
- algs/modes/ctr.c \
algs/modes/ccm.c \
- algs/modes/ecb.c \
algs/sha2/sha2_generic.c \
algs/sha2/sha256_impl.c \
algs/sha2/sha512_impl.c \
@@ -84,7 +81,6 @@ KERNEL_C = \
illumos-crypto.c \
io/aes.c \
io/sha2_mod.c \
- io/skein_mod.c \
core/kcf_sched.c \
core/kcf_prov_lib.c \
core/kcf_callprov.c \
diff --git a/cddl/lib/libicp_rescue/Makefile b/cddl/lib/libicp_rescue/Makefile
index c969b209a785..3b332f736bde 100644
--- a/cddl/lib/libicp_rescue/Makefile
+++ b/cddl/lib/libicp_rescue/Makefile
@@ -67,13 +67,10 @@ KERNEL_C = \
algs/blake3/blake3_impl.c \
algs/edonr/edonr.c \
algs/modes/modes.c \
- algs/modes/cbc.c \
algs/modes/gcm_generic.c \
algs/modes/gcm_pclmulqdq.c \
algs/modes/gcm.c \
- algs/modes/ctr.c \
algs/modes/ccm.c \
- algs/modes/ecb.c \
algs/sha2/sha2_generic.c \
algs/sha2/sha256_impl.c \
algs/sha2/sha512_impl.c \
@@ -81,7 +78,6 @@ KERNEL_C = \
illumos-crypto.c \
io/aes.c \
io/sha2_mod.c \
- io/skein_mod.c \
core/kcf_sched.c \
core/kcf_prov_lib.c \
core/kcf_callprov.c \