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
commit295526693f6a6e844f3d22eebc8f50fdf9fedf49 (patch)
treec7de84a0d186606523b67feaa2d7d9109d6d8746 /src/lib/libssl/s3_lib.c
parentc5ce82ea50f87ffdf3b22ac031ec08965308f808 (diff)
downloadopenbsd-295526693f6a6e844f3d22eebc8f50fdf9fedf49.tar.gz
openbsd-295526693f6a6e844f3d22eebc8f50fdf9fedf49.tar.bz2
openbsd-295526693f6a6e844f3d22eebc8f50fdf9fedf49.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