diff -3ur ssh-1.2.27-fresh/packet.c ssh-1.2.27-sc/packet.c
--- ssh-1.2.27-fresh/packet.c	Wed May 12 07:19:27 1999
+++ ssh-1.2.27-sc/packet.c	Thu Jul 20 15:33:01 2000
@@ -15,8 +15,11 @@
 */
 
 /*
- * $Id: packet.c,v 1.12 1999/02/21 19:52:30 ylo Exp $
+ * $Id: packet.c,v 1.1.1.1 2000/02/21 22:19:46 itoi Exp $
  * $Log: packet.c,v $
+ * Revision 1.1.1.1  2000/02/21 22:19:46  itoi
+ * SSH / Smartcard
+ *
  * Revision 1.12  1999/02/21 19:52:30  ylo
  * 	Intermediate commit of ssh1.2.27 stuff.
  * 	Main change is sprintf -> snprintf; however, there are also
@@ -288,7 +291,7 @@
   
   assert((bytes % 8) == 0);
   
-  /* $Id: packet.c,v 1.12 1999/02/21 19:52:30 ylo Exp $
+  /* $Id: packet.c,v 1.1.1.1 2000/02/21 22:19:46 itoi Exp $
    * Cryptographic attack detector for ssh - Modifications for packet.c 
    * (C)1998 CORE-SDI, Buenos Aires Argentina
    * Ariel Futoransky(futo@core-sdi.com)
@@ -664,6 +667,11 @@
 
 void packet_get_mp_int(MP_INT *value)
 {
+  /*
+#ifdef TF_PRINT
+  sendToCard (&incoming_packet, 128, 0, "packet"); 
+#endif
+  */
   buffer_get_mp_int(&incoming_packet, value);
 }
 
