Skip to content

Commit 4934195

Browse files
committed
Formatting
1 parent 0b0c782 commit 4934195

File tree

1 file changed

+2
-2
lines changed
  • tls/src/main/java/org/bouncycastle/tls/crypto/impl/jcajce

1 file changed

+2
-2
lines changed

tls/src/main/java/org/bouncycastle/tls/crypto/impl/jcajce/KemUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ static AlgorithmParameters getAlgorithmParameters(JcaTlsCrypto crypto, String ke
1010
{
1111
try
1212
{
13-
// TODO[tls-kem] Return AlgorithmParameters to check against disabled algorithms?
13+
// TODO[tls-kem] Return AlgorithmParameters to check against disabled algorithms?
1414
}
1515
catch (AssertionError e)
1616
{
@@ -42,6 +42,6 @@ static boolean isKemSupported(JcaTlsCrypto crypto, String kemName)
4242
{
4343
// TODO[tls-kem] When implemented via provider, need to check for support dynamically
4444
// return kemName != null && getCipher(crypto, kemName) != null;
45-
return true;
45+
return true;
4646
}
4747
}

0 commit comments

Comments
 (0)