tests on Windows
Modify the NTMakefile rules for tests so that a failed test does not prevent subsequent tests from being executed. Change-Id: I9595ad4a1527feae7c402241bf06ab21a0b76d4a
This commit is contained in:
@@ -158,9 +158,11 @@ main(int argc, char **argv)
|
||||
krb5_salt salt;
|
||||
|
||||
krb5_enctype enctypes[] = {
|
||||
#if 0
|
||||
ETYPE_DES_CBC_CRC,
|
||||
ETYPE_DES3_CBC_SHA1,
|
||||
ETYPE_ARCFOUR_HMAC_MD5,
|
||||
#endif
|
||||
ETYPE_AES128_CTS_HMAC_SHA1_96,
|
||||
ETYPE_AES256_CTS_HMAC_SHA1_96
|
||||
};
|
||||
|
Reference in New Issue
Block a user