From c7513145010a3e019286ac2d547f930b9ebb4718 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 23 Apr 2016 18:59:17 -0400 Subject: [PATCH] Windows: disable weak crypto Weak crypto is disabled on every other system. OpenAFS no longer requires it and AuriStor doesn't need it. Turn it off. Change-Id: I6fab2328f71d1c38a655560ab0f83b8df9b53c73 --- windows/NTMakefile.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/NTMakefile.config b/windows/NTMakefile.config index adde4b649..429dce817 100644 --- a/windows/NTMakefile.config +++ b/windows/NTMakefile.config @@ -93,8 +93,8 @@ HAVE_SCC=1 DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb -# Enable weak crypto -WEAK_CRYPTO=1 +# Disable weak crypto +WEAK_CRYPTO=0 # Disable use of GSS LOCALNAME support NO_LOCALNAME=1