security.c: sec_write tweaks
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Sun, 12 Sep 2010 23:46:09 +0000 (16:46 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Sep 2010 21:34:36 +0000 (23:34 +0200)
commit562d40e671c2290aed36de5afd1fd2954619d900
tree7eb46abdbc5605615f357bceb3131397733b3de0
parent612832e4c029a558d84cfa769401aa061500570f
security.c: sec_write tweaks

- |fd| is now a curl_socket_t and |len| a size_t to avoid conversions.
- Added 2 FIXMEs about the 2 unsigned -> signed conversions.
- Included 2 minor changes to Curl_sec_end.
lib/security.c