[BACK]Return to radix.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/radix.c between version 1.4 and 1.5

version 1.4, 1999/11/23 22:25:54 version 1.5, 1999/11/24 00:26:02
Line 1 
Line 1 
 /*  /*
   radix.c   *   radix.c
    *
   base-64 encoding pinched from lynx2-7-2, who pinched it from rpem.   *   base-64 encoding pinched from lynx2-7-2, who pinched it from rpem.
   Originally written by Mark Riordan 12 August 1990 and 17 Feb 1991   *   Originally written by Mark Riordan 12 August 1990 and 17 Feb 1991
   and placed in the public domain.   *   and placed in the public domain.
    *
   Dug Song <dugsong@UMICH.EDU>   *   Dug Song <dugsong@UMICH.EDU>
 */   */
   
 #include "includes.h"  #include "includes.h"
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5