From 9f92844b93c60fa3f2243d90300a4fb2534ba2e6 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Wed, 16 Dec 2020 09:36:26 +0300 Subject: [PATCH] Port Kerberos to BoringSSL --- contrib/krb5-cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/krb5-cmake/CMakeLists.txt b/contrib/krb5-cmake/CMakeLists.txt index 17c3e9a068c..f88402df1fa 100644 --- a/contrib/krb5-cmake/CMakeLists.txt +++ b/contrib/krb5-cmake/CMakeLists.txt @@ -218,7 +218,7 @@ set(ALL_SRCS ${KRB5_SOURCE_DIR}/lib/crypto/openssl/stubs.c # ${KRB5_SOURCE_DIR}/lib/crypto/openssl/hash_provider/hash_crc32.c ${KRB5_SOURCE_DIR}/lib/crypto/openssl/hash_provider/hash_evp.c - # ${KRB5_SOURCE_DIR}/lib/crypto/openssl/des/des_keys.c + ${KRB5_SOURCE_DIR}/lib/crypto/openssl/des/des_keys.c ${KRB5_SOURCE_DIR}/util/support/fake-addrinfo.c ${KRB5_SOURCE_DIR}/util/support/k5buf.c ${KRB5_SOURCE_DIR}/util/support/hex.c