Skip to content

Commit

Permalink
make readme link more explicit (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetracca authored Feb 25, 2020
1 parent 27cdd4f commit 3b6f966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final class CryptoStreamFactory {
private static final Properties PROPS = ApacheCiphers.forceOpenSsl(new Properties());
private static final String AES_ALGORITHM = "AES/CTR/NoPadding";
private static final String OPEN_SSL_INIT_WARNING = "Unable to initialize cipher with OpenSSL, falling back to "
+ "JCE implementation - see github.com/palantir/hadoop-crypto";
+ "JCE implementation - see github.com/palantir/hadoop-crypto#faq";

private static volatile boolean fullExceptionLoggedAlready = false;

Expand Down

0 comments on commit 3b6f966

Please sign in to comment.