Mercurial > 510Connectbot
changeset 347:bb7d8a7babbe
compensate for SecureRandom bug on older devices
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 31 Jul 2014 18:57:57 -0700 |
parents | d6ab7b606a50 |
children | 29076621bab0 |
files | src/ch/ethz/ssh2/crypto/SecureRandomFix.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/crypto/SecureRandomFix.java Thu Jul 31 18:51:21 2014 -0700 +++ b/src/ch/ethz/ssh2/crypto/SecureRandomFix.java Thu Jul 31 18:57:57 2014 -0700 @@ -14,7 +14,7 @@ import java.security.SecureRandom; -class SecureRandomFix extends SecureRandom { +public class SecureRandomFix extends SecureRandom { // http://android-developers.blogspot.com/2013/08/some-securerandom-thoughts.html