Subject: Re: base64 routines [was: Re: CVS commit: src/usr.bin]
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 09/24/2006 23:21:47
In article <4516E341.2060009@NetBSD.org>, Elad Efrat  <elad@NetBSD.org> wrote:
>Hi,
>
>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.

there are base64 routines in libc...

christos