Fix some clang warnings
[openssl.git] / test / dtlstest.c
index 06db5d28bd7e3c7c4f60e6bc8af3906afbb5f80e..4d497af1afe9e849126351f21c9bccf918528842 100644 (file)
@@ -23,7 +23,7 @@ static char *privkey = NULL;
 
 #define DUMMY_CERT_STATUS_LEN  12
 
-unsigned char certstatus[] = {
+static unsigned char certstatus[] = {
     SSL3_RT_HANDSHAKE, /* Content type */
     0xfe, 0xfd, /* Record version */
     0, 1, /* Epoch */