]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[base64] Allow base64_encode() to handle arbitrary data
authorMichael Brown <mcb30@ipxe.org>
Fri, 28 May 2010 00:17:22 +0000 (01:17 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 28 May 2010 11:44:23 +0000 (12:44 +0100)
commitdfcce165a58dc3be7d1c6c1bdf80dd6a28d50d7f
tree202eb2047d2c7da2f8e7a0ea71daa6f35c03a4c5
parentb9b59a585b2e37b517e38501208f1a213dd6ea1e
[base64] Allow base64_encode() to handle arbitrary data

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/base64.c
src/include/ipxe/base64.h
src/net/tcp/http.c