From ae432b0264316dd6734c1386a391d5d28fa5535a Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 27 Jan 2017 00:36:12 -0500 Subject: [PATCH] Windows: include KX509 support Change-Id: I6e7920d1ad2c58640c9a2d4ec10793024ae949c2 --- windows/NTMakefile.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/NTMakefile.config b/windows/NTMakefile.config index cea260ace..7fe373a94 100644 --- a/windows/NTMakefile.config +++ b/windows/NTMakefile.config @@ -33,6 +33,9 @@ HAVE_INT64_T=1 # Enable Kerberos v5 support in applications KRB5=1 +# Enable KX509 support in the KDC +KX509=1 + # Enable PKINIT PKINIT=1