diff options
author | tb <> | 2022-03-16 11:44:36 +0000 |
---|---|---|
committer | tb <> | 2022-03-16 11:44:36 +0000 |
commit | 295526693f6a6e844f3d22eebc8f50fdf9fedf49 (patch) | |
tree | c7de84a0d186606523b67feaa2d7d9109d6d8746 /src/lib/libssl/ssl_transcript.c | |
parent | c5ce82ea50f87ffdf3b22ac031ec08965308f808 (diff) | |
download | openbsd-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/ssl_transcript.c')
0 files changed, 0 insertions, 0 deletions