[Netadm-devel] gwc/gwclib syscrypto.c,1.1,1.2
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-04-23 07:57:49
|
Update of /cvsroot/netadm/gwc/gwclib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30920 Modified Files: syscrypto.c Log Message: DEL: remove standard output from syscrypto.c Index: syscrypto.c =================================================================== RCS file: /cvsroot/netadm/gwc/gwclib/syscrypto.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** syscrypto.c 23 Apr 2006 06:49:16 -0000 1.1 --- syscrypto.c 23 Apr 2006 07:57:46 -0000 1.2 *************** *** 18,23 **** * jeho-park <lin...@ga...> or <de...@sk...> 2006. 4 */ - - #include <stdio.h> #include <string.h> #include <unistd.h> --- 18,21 ---- *************** *** 123,127 **** while (i < max) { - printf("?\n"); if ( i < 4 ) { buf [i] = (int)string[i]; --- 121,124 ---- |