Skip to content

Commit

Permalink
remove GCM test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Dec 17, 2015
1 parent c0d584e commit f3efe23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/krb5/aes-test.c
Expand Up @@ -1032,8 +1032,6 @@ main(int argc, char **argv)
val |= iov_test(context, KRB5_ENCTYPE_AES256_CTS_HMAC_SHA1_96);
val |= iov_test(context, KRB5_ENCTYPE_AES128_CTS_HMAC_SHA256_128);
val |= iov_test(context, KRB5_ENCTYPE_AES256_CTS_HMAC_SHA384_192);
val |= iov_test(context, KRB5_ENCTYPE_AES128_GCM_128);
val |= iov_test(context, KRB5_ENCTYPE_AES256_GCM_128);

if (verbose && val == 0)
printf("all ok\n");
Expand Down

0 comments on commit f3efe23

Please sign in to comment.