aboutsummaryrefslogtreecommitdiff
path: root/krb5/lib/crypto/builtin/aes
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-06-05 04:18:38 +0000
committerCy Schubert <cy@FreeBSD.org>2025-06-16 02:49:35 +0000
commitee3960cba1068e12fb032a68c46d74841d9edab3 (patch)
tree47b379806866c92bd96128c017bef8f9368078db /krb5/lib/crypto/builtin/aes
parent18117f3f1269c3b70c04ed741cc1ca3f3ecd8be9 (diff)
Diffstat (limited to 'krb5/lib/crypto/builtin/aes')
-rw-r--r--krb5/lib/crypto/builtin/aes/Makefile.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/krb5/lib/crypto/builtin/aes/Makefile.inc b/krb5/lib/crypto/builtin/aes/Makefile.inc
new file mode 100644
index 000000000000..f74b486b5ba5
--- /dev/null
+++ b/krb5/lib/crypto/builtin/aes/Makefile.inc
@@ -0,0 +1,14 @@
+#
+# SPDX-License-Idendifier: BSD-2-Clause
+#
+# Copyright (c) 2025 FreeBSD Foundation
+#
+# This sofware was developed by Cy Schubert <cy@FreeBSD.org>
+# under sponsorship from the FreeBSD Foundation.
+#
+
+.PATH: ${KRB5_DIR}/lib/crypto/builtin/aes
+
+SRCS+= aescrypt.c \
+ aeskey.c \
+ aestab.c