# HG changeset patch # User Thomas Dixon # Date 1219036758 14400 # Node ID 29b910949588ff15fec5421b993fe716992012b1 # Parent 23c62e28b3a4b8b5465fb68093abdfb1291fc892 Minor edit of Crypto class to make the lib actually compile. diff -r 23c62e28b3a4 -r 29b910949588 dcrypt/crypto/Crypto.d --- 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;