diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-06-05 04:18:38 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-06-16 02:49:35 +0000 |
commit | ee3960cba1068e12fb032a68c46d74841d9edab3 (patch) | |
tree | 47b379806866c92bd96128c017bef8f9368078db /krb5/lib/crypto/builtin/aes | |
parent | 18117f3f1269c3b70c04ed741cc1ca3f3ecd8be9 (diff) |
Diffstat (limited to 'krb5/lib/crypto/builtin/aes')
-rw-r--r-- | krb5/lib/crypto/builtin/aes/Makefile.inc | 14 |
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 |