diff src/ciphers/des.c @ 195:19e5d79b7190 libtomcrypt

Cleanup of import of LTC 1.02, still problematic for Dropbear
author Matt Johnston <matt@ucc.asn.au>
date Mon, 09 May 2005 09:33:00 +0000
parents 9cc34777b479
children 4768b55c5240
line wrap: on
line diff
--- a/src/ciphers/des.c	Sun May 08 06:36:47 2005 +0000
+++ b/src/ciphers/des.c	Mon May 09 09:33:00 2005 +0000
@@ -1856,6 +1856,7 @@
 void des_done(symmetric_key *skey)
 {
 }
+#endif
 
 /** Terminate the context 
    @param skey    The scheduled key
@@ -1865,6 +1866,7 @@
 }
 
 
+#if 0
 /**
   Gets suitable key size
   @param keysize [in/out] The length of the recommended key (in bytes).  This function will store the suitable size back in this variable.