iliaa           Tue Jan  7 22:33:00 2003 EDT

  Modified files:              
    /php4/ext/mcrypt    mcrypt.c 
  Log:
  Removed unused variable.
  
  
Index: php4/ext/mcrypt/mcrypt.c
diff -u php4/ext/mcrypt/mcrypt.c:1.80 php4/ext/mcrypt/mcrypt.c:1.81
--- php4/ext/mcrypt/mcrypt.c:1.80       Sun Jan  5 20:26:14 2003
+++ php4/ext/mcrypt/mcrypt.c    Tue Jan  7 22:33:00 2003
@@ -16,7 +16,7 @@
    |          Derick Rethans <[EMAIL PROTECTED]>                      |
    +----------------------------------------------------------------------+
  */
-/* $Id: mcrypt.c,v 1.80 2003/01/06 01:26:14 edink Exp $ */
+/* $Id: mcrypt.c,v 1.81 2003/01/08 03:33:00 iliaa Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -874,7 +874,6 @@
        int   cipher_len, module_len; 
        char *cipher_dir_string;
        char *module_dir_string;
-       long key_size;
        MCRYPT td;
 
        MCRYPT_GET_INI



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to