summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_lib.c
diff options
context:
space:
mode:
authortb <>2022-03-16 11:44:36 +0000
committertb <>2022-03-16 11:44:36 +0000
commitc2cafb33b061f401a2bcf97fd096769d7786ee65 (patch)
treec7de84a0d186606523b67feaa2d7d9109d6d8746 /src/lib/libssl/s3_lib.c
parent1b0429300cb517f65614cbebf1023e342f8715f5 (diff)
downloadopenbsd-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/s3_lib.c')
0 files changed, 0 insertions, 0 deletions