Windows: Enable weak crypto by default
This commit is contained in:

committed by
Asanka C. Herath

parent
85f5f6bbda
commit
91bfec3059
@@ -59,6 +59,7 @@ while(<>) {
|
||||
|
||||
if ("$(KRB5)") { print "#define KRB5 1\n"; }
|
||||
if ("$(KRB4)") { print "#define KRB4 1\n"; }
|
||||
if ("$(WEAK_CRYPTO)") { print "#define HEIM_WEAK_CRYPTO 1\n"; }
|
||||
if ("$(PKINIT)") { print "#define PKINIT 1\n"; }
|
||||
if ("$(NO_AFS)") { print "#define NO_AFS 1\n"; }
|
||||
if ("$(OPENLDAP)") { print "#define OPENLDAP 1\n"; }
|
||||
|
@@ -98,3 +98,6 @@ DIR_hdbdir=%{COMMON_APPDATA}/heimdal/hdb
|
||||
|
||||
# Enable MSLSA cache backend
|
||||
HAVE_MSLSA_CACHE=1
|
||||
|
||||
# Enable weak crypto
|
||||
WEAK_CRYPTO=1
|
||||
|
Reference in New Issue
Block a user