Subject: re: base64 routines [was: Re: CVS commit: src/usr.bin]
To: Elad Efrat <elad@NetBSD.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 09/25/2006 05:41:19
   
   This apparently breaks the tools on Darwin. I'm thinking of two
   possible solutions -- either adding base64 encode/decode routines
   to some lib (libc or libutil? or something else) or just solve
   the problem for uuencode/uudecode with a local copy of the b64_ntop and
   b64_pton routines.
   
   Opinions?


make the tools version not include the b64 functionality?