diff options
author | jsing <> | 2016-11-04 15:59:16 +0000 |
---|---|---|
committer | jsing <> | 2016-11-04 15:59:16 +0000 |
commit | 391f8ce21bb7929810460a73e2fde2c80540848d (patch) | |
tree | b2b307858fd1a6d1e8ed6bf4bcd0849f380366d0 /src/lib/libcrypto/ec/ec_curve.c | |
parent | a095fd48b5773625cbe19b8a6c4d85902eafec6d (diff) | |
download | openbsd-391f8ce21bb7929810460a73e2fde2c80540848d.tar.gz openbsd-391f8ce21bb7929810460a73e2fde2c80540848d.tar.bz2 openbsd-391f8ce21bb7929810460a73e2fde2c80540848d.zip |
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@
Diffstat (limited to 'src/lib/libcrypto/ec/ec_curve.c')
0 files changed, 0 insertions, 0 deletions