summaryrefslogtreecommitdiff
path: root/Crypto.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Crypto.hs')
-rw-r--r--Crypto.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Crypto.hs b/Crypto.hs
index 42f138950..e84e397f2 100644
--- a/Crypto.hs
+++ b/Crypto.hs
@@ -43,11 +43,11 @@ import System.Exit
import System.Environment
import Types
-import Key
-import RemoteClass
+import Types.Key
+import Types.Remote
import Utility
import Base64
-import CryptoTypes
+import Types.Crypto
{- The first half of a Cipher is used for HMAC; the remainder
- is used as the GPG symmetric encryption passphrase.