summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/cipher/Cast5.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/cipher/Cast5.java')
-rw-r--r--gnu/javax/crypto/cipher/Cast5.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/javax/crypto/cipher/Cast5.java b/gnu/javax/crypto/cipher/Cast5.java
index cbdfe61f5..a0e0c60f3 100644
--- a/gnu/javax/crypto/cipher/Cast5.java
+++ b/gnu/javax/crypto/cipher/Cast5.java
@@ -1341,7 +1341,7 @@ public class Cast5 extends BaseCipher
{
result = testKat(KAT_KEY, KAT_CT, KAT_PT);
}
- valid = new Boolean(result);
+ valid = Boolean.valueOf(result);
}
return valid.booleanValue();
}