changeset 9:29b910949588

Minor edit of Crypto class to make the lib actually compile.
author Thomas Dixon <reikon@reikon.us>
date Mon, 18 Aug 2008 01:19:18 -0400
parents 23c62e28b3a4
children cd376996cdb3
files dcrypt/crypto/Crypto.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dcrypt/crypto/Crypto.d	Mon Aug 18 01:14:37 2008 -0400
+++ b/dcrypt/crypto/Crypto.d	Mon Aug 18 01:19:18 2008 -0400
@@ -8,7 +8,7 @@
 
 module dcrypt.crypto.Crypto;
 
-import dcrypt.crypto.Cipher;
+import dcrypt.crypto.SymmetricCipher;
 
 import dcrypt.misc.Util;