security.c: Curl_sec_read_msg tweaks
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Sun, 12 Sep 2010 23:08:52 +0000 (16:08 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Sep 2010 21:34:36 +0000 (23:34 +0200)
commit7d4f8c280980aaf6d3572d80153da01246221d26
treed3ea112d8a80fff12ccb555ed0722d552b3319f6
parentd23c59ecfc3d5a6b922a8d94a70c783d0fc69c05
security.c: Curl_sec_read_msg tweaks

- Renamed the variables name to better match their intend.
- Unified the |decoded_len| checks.
- Added some FIXMEs to flag some improvement that did not go in this
  change.
lib/security.c