summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/cipher')
-rw-r--r--gnu/javax/crypto/cipher/BaseCipher.java2
-rw-r--r--gnu/javax/crypto/cipher/IBlockCipherSpi.java2
2 files changed, 1 insertions, 3 deletions
diff --git a/gnu/javax/crypto/cipher/BaseCipher.java b/gnu/javax/crypto/cipher/BaseCipher.java
index 9d62311ed..f6d92994d 100644
--- a/gnu/javax/crypto/cipher/BaseCipher.java
+++ b/gnu/javax/crypto/cipher/BaseCipher.java
@@ -38,8 +38,6 @@ exception statement from your version. */
package gnu.javax.crypto.cipher;
-import gnu.java.security.util.Util;
-
import java.security.InvalidKeyException;
import java.util.Arrays;
import java.util.Iterator;
diff --git a/gnu/javax/crypto/cipher/IBlockCipherSpi.java b/gnu/javax/crypto/cipher/IBlockCipherSpi.java
index 6fe07ca7f..046f43f6f 100644
--- a/gnu/javax/crypto/cipher/IBlockCipherSpi.java
+++ b/gnu/javax/crypto/cipher/IBlockCipherSpi.java
@@ -43,7 +43,7 @@ import java.util.Iterator;
/**
* <p>Package-private interface exposing mandatory methods to be implemented by
- * concrete {@link gnu.crypto.cipher.BaseCipher} sub-classes.</p>
+ * concrete {@link gnu.javax.crypto.cipher.BaseCipher} sub-classes.</p>
*/
interface IBlockCipherSpi extends Cloneable
{