]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix strict-warnings build
authorMatt Caswell <matt@openssl.org>
Mon, 18 Jul 2016 09:28:45 +0000 (10:28 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 18 Jul 2016 09:28:45 +0000 (10:28 +0100)
commit33e49fda9635f3daabf912a8781abde0de681fe6
tree342f800ded767581a4c171d20cd03fa304402a6f
parent9515accaf973ad314e03bdc048b13ec3509cb2e9
Fix strict-warnings build

The i2d_SCT_LIST function is declared as __owur, therefore we need to check
the result or a --strict-warnings build will fail.

Reviewed-by: Rich Salz <rsalz@openssl.org>
fuzz/ct.c