]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/ssltestlib.c
Fix some clang warnings
authorMatt Caswell <matt@openssl.org>
Tue, 19 Jul 2016 10:34:21 +0000 (11:34 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Aug 2016 12:52:40 +0000 (13:52 +0100)
commit52a03d2a5e28a379d94d38c629d05b2a3ab0ff19
tree2b08016cb97b81bd94f68a78d615dc0eb2b5e962
parent1fb9fdc3027b27d8eb6a1e6a846435b070980770
Fix some clang warnings

Clang was complaining about some unused functions. Moving the stack
declaration to the header seems to sort it. Also the certstatus variable
in dtlstest needed to be declared static.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/dtlstest.c
test/ssltestlib.c
test/ssltestlib.h