krb5: Restore 1DES and 3DES
This commit is contained in:
@@ -62,6 +62,9 @@ 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"; }
|
||||
# Always enable 3DES and ARCFOUR for Windows builds (needed for interop)
|
||||
print "#define HEIM_DES3 1\n";
|
||||
print "#define HEIM_ARCFOUR 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"; }
|
||||
|
||||
Reference in New Issue
Block a user