Created
August 18, 2010 16:19
-
-
Save jcrossley3/535300 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Test | |
| public void alot() throws Exception { | |
| for (int i=0; i<100; i++) { | |
| System.err.println("JC: "+i); | |
| testOpenSSL_HMAC_digest(); | |
| } | |
| } | |
| public void testOpenSSL_HMAC_digest() throws Exception { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment