0
Files
src/crypto
wez@chromium.org db5b1fbad3 Avoid loading ws2_32.dll just to get htons() and friends.
Chrome does not load ws2_32.dll into the renderer sandbox, so code calling these functions would fail attempting to load the DLL.  This CL replaces the calls with direct use of the MSVC byte-swap intrinsics.

BUG=115477,116591
TEST=Chromoting client does not crash on connect on Windows.


Review URL: http://codereview.chromium.org/9614004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125110 0039d316-1c4b-4281-b951-d872f2087c98
2012-03-06 04:34:24 +00:00
..
2012-02-09 04:02:33 +00:00
2011-07-19 22:13:24 +00:00
2011-12-22 07:40:44 +00:00
2011-04-15 13:09:26 +00:00
2011-10-06 19:17:36 +00:00
2011-12-13 07:00:19 +00:00