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