diff options
author | 2014-05-24 18:51:00 +0000 | |
---|---|---|
committer | 2014-05-24 18:51:00 +0000 | |
commit | f38a34742f4d3ff90e73d3e8704ef41c8a9cda96 (patch) | |
tree | 7c15adc55d999ba77be41181ebdeae95669482ae /lib/libssl/ssl_ciph.c | |
parent | I'm so sorry to learn that the Diab compiler can't (or used not to) parse C (diff) | |
download | wireguard-openbsd-f38a34742f4d3ff90e73d3e8704ef41c8a9cda96.tar.xz wireguard-openbsd-f38a34742f4d3ff90e73d3e8704ef41c8a9cda96.zip |
Delete pointless casts: free() return value to (void), free()'s
argument to (char *), and malloc/calloc's return value to the type
of the variable it's being assigned to.
Convert the one calloc() where the zeroing isn't needed to a reallocarray().
ok millert@
Diffstat (limited to 'lib/libssl/ssl_ciph.c')
0 files changed, 0 insertions, 0 deletions