On Tue, Jul 24, 2018 at 11:26:17AM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Tue Jul 24 15:26:16 UTC 2018 > > Modified Files: > src/usr.bin: Makefile > Added Files: > src/usr.bin/base64: Makefile base64.1 base64.c > > Log Message: > Tiny base64 encoder/decoder command patterned after the linux and the macosx > ones with the same name,.
Why do we need another base64 encoder/decoder? Joerg