Commit 8143aa6f authored by Viktor Dukhovni's avatar Viktor Dukhovni
Browse files

Add missing static declarations in dtlsv1listentest.c



Clang rightly does not like extern symbols that are not declared
in any header file, as typically these are not intended for global
visibility and are exposed in error.  This was indeed the case with
various file-scope objects in dtlsv1listentest.c.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent a9052bed
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment