1# 2# SPDX-License-Identifier: BSD-2-Clause 3# 4# Copyright (c) 2025 FreeBSD Foundation 5# 6# This sofware was developed by Cy Schubert <cy@FreeBSD.org> 7# under sponsorship from the FreeBSD Foundation. 8# 9 10.PATH: ${KRB5_DIR}/lib/crypto/openssl 11 12SRCS+= cmac.c \ 13 hmac.c \ 14 kdf.c \ 15 pbkdf2.c \ 16 sha256.c 17 18 19.include "${KRB5_SRCTOP}/lib/crypto/openssl/des/Makefile.inc" 20.include "${KRB5_SRCTOP}/lib/crypto/openssl/enc_provider/Makefile.inc" 21.include "${KRB5_SRCTOP}/lib/crypto/openssl/hash_provider/Makefile.inc" 22