wininet: Change HTTP_EncodeBase64 to operate on a series of bytes, instead of text.
commita9ebc706e353c06391cc80b8c813e1dd661268de
authorRob Shearman <rob@codeweavers.com>
Sat, 13 Jan 2007 01:17:20 +0000 (12 19:17 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Jan 2007 11:31:11 +0000 (15 12:31 +0100)
treea293d7a4faf4c1ca41f0f3701004befe255c5867
parent9efe083ec52ebe362ee54dfb35e8d7c8915c301e
wininet: Change HTTP_EncodeBase64 to operate on a series of bytes,  instead of text.

Change HTTP_EncodeBasicAuth to convert the username and password into
utf8 before base64 encoding.
dlls/wininet/http.c