security.c: Curl_sec_set_protection_level tweaking
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Sun, 12 Sep 2010 22:41:44 +0000 (15:41 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Sep 2010 21:34:36 +0000 (23:34 +0200)
commitd23c59ecfc3d5a6b922a8d94a70c783d0fc69c05
tree04920a5bf15ac9cac3f5d727015d9e38964aa16f
parent1d95a48fe9b8a8ee80c820130291d38df698ade8
security.c: Curl_sec_set_protection_level tweaking

- Removed sec_prot_internal as it is now inlined in the function (this removed
  a redundant check).
- Changed the prototype to return an error code.
- Updated the method to use the new ftp_send_command function.
- Added a level_to_char helper method to avoid relying on the compiler's
  bound checks. This default to the maximum security we have in case of a
  wrong input.
lib/krb4.h
lib/security.c