=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/radix.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/Attic/radix.c 1999/11/23 22:25:54 1.4 +++ src/usr.bin/ssh/Attic/radix.c 1999/11/24 00:26:02 1.5 @@ -1,12 +1,12 @@ /* - radix.c - - 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 - and placed in the public domain. - - Dug Song -*/ + * radix.c + * + * 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 + * and placed in the public domain. + * + * Dug Song + */ #include "includes.h"