提交 0ababfec 编写于 作者: M Matt Caswell

Fix some clang compilation errors

Reviewed-by: NBen Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4701)
上级 091ecfad
......@@ -16,12 +16,13 @@
static char *cert = NULL;
static char *privkey = NULL;
BIO *s_to_c_fbio = NULL, *c_to_s_fbio = NULL;
int chseen = 0, shseen = 0, sccsseen = 0, ccsaftersh = 0, ccsbeforesh = 0;
int sappdataseen = 0, cappdataseen = 0, badccs = 0, badvers = 0, badsessid = 0;
static BIO *s_to_c_fbio = NULL, *c_to_s_fbio = NULL;
static int chseen = 0, shseen = 0, sccsseen = 0, ccsaftersh = 0;
static int ccsbeforesh = 0, sappdataseen = 0, cappdataseen = 0, badccs = 0;
static int badvers = 0, badsessid = 0;
unsigned char chsessid[SSL_MAX_SSL_SESSION_ID_LENGTH];
size_t chsessidlen = 0;
static unsigned char chsessid[SSL_MAX_SSL_SESSION_ID_LENGTH];
static size_t chsessidlen = 0;
static int watchccs_new(BIO *bi);
static int watchccs_free(BIO *a);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册