Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for asymmetric cryptographic keys
4#
5
6krb5-y += \
7 krb5_kdf.o \
8 krb5_api.o \
9 rfc3961_simplified.o \
10 rfc3962_aes.o \
11 rfc6803_camellia.o \
12 rfc8009_aes2.o
13
14krb5-$(CONFIG_CRYPTO_KRB5_SELFTESTS) += \
15 selftest.o \
16 selftest_data.o
17
18obj-$(CONFIG_CRYPTO_KRB5) += krb5.o