diff options
author | tb <> | 2022-03-16 11:44:36 +0000 |
---|---|---|
committer | tb <> | 2022-03-16 11:44:36 +0000 |
commit | c2cafb33b061f401a2bcf97fd096769d7786ee65 (patch) | |
tree | c7de84a0d186606523b67feaa2d7d9109d6d8746 /src/lib/libssl/ssl_locl.h | |
parent | 1b0429300cb517f65614cbebf1023e342f8715f5 (diff) | |
download | openbsd-c2cafb33b061f401a2bcf97fd096769d7786ee65.tar.gz openbsd-c2cafb33b061f401a2bcf97fd096769d7786ee65.tar.bz2 openbsd-c2cafb33b061f401a2bcf97fd096769d7786ee65.zip |
Make gcc 4 happier about x509_addr.c
gcc 4 on sparc64 issues a few 'warning: value computed is not used'.
There are two cases: sk_set_cmp_function() returns the old comparison
function of the stack which we don't care about. The one warning about
an sk_delete() is about a return value that we know already and which
we will free a few lines down.
ok inoguchi miod
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
0 files changed, 0 insertions, 0 deletions