enable crypto
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23581 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -155,6 +155,8 @@ main(int argc, char **argv)
|
||||
errx (1, "krb5_init_context failed: %d", ret);
|
||||
|
||||
for (i = 0; i < sizeof(enctypes)/sizeof(enctypes[0]); i++) {
|
||||
krb5_enctype_enable(context, enctypes[i]);
|
||||
|
||||
test_wrapping(context, 0, 1024, 1, enctypes[i]);
|
||||
test_wrapping(context, 1024, 1024 * 100, 1024, enctypes[i]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user