Skip to content

Commit 637c882

Browse files
committed
Added PBKDF2, SCRYPT
Added tests for both.
1 parent ffd2555 commit 637c882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jostle/src/test/java/org/openssl/jostle/test/crypto/TestNISelector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static BlockCipherNI getBlockCipher()
2121
return BlockCipherNI;
2222
}
2323

24-
protected static OpenSSLNI getOpenSSLNI()
24+
public static OpenSSLNI getOpenSSLNI()
2525
{
2626
return OpenSSLNI;
2727
}

0 commit comments

Comments
 (0)