]> granicus.if.org Git - curl/commit
security.c: Aligned internal type to return type
authorMarc Hoersken <info@marc-hoersken.de>
Fri, 28 Sep 2012 21:11:57 +0000 (23:11 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 4 Oct 2012 17:16:59 +0000 (19:16 +0200)
commit50a7d32af05687eef53e58ad5314a6bea2fd6a3e
tree346377136c8a54e40e4fee90faf4438d09ccd6cd
parenta5c6ecba8dc71d48beba772c4dcceb92fa6b3b00
security.c: Aligned internal type to return type

Use ssize_t instead of int to avoid conversion problems on 64-bit
systems. Also added curlx_sztosi where necessary.
lib/security.c