add: small output line to tell that EAX is possible

This commit is contained in:
Brian Matzon 2002-08-30 22:15:57 +00:00
parent 7a2acd569d
commit 03dfdf5f70
1 changed files with 2 additions and 0 deletions

View File

@ -59,7 +59,9 @@ public class EAXTest extends BasicTest {
eax.create();
} catch (Exception e) {
e.printStackTrace();
return;
}
System.out.println("EAX supported...");
}
/**