CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2016/11/04 09:59:16

Modified files:
        lib/libtls     : tls_util.c 

Log message:
Address some signed vs unsigned warnings and check that an integer value
is positive before passing it to several functions as a size_t.
Additionally, in tls_load_file() there is not much point using calloc(),
when we're immediately reading into the buffer (having an extra byte for
NUL termination seems pointless given the API).

ok beck@ miod@

Reply via email to