提交 6925a948 编写于 作者: M Matt Caswell

Ensure the key and iv labels are declared as static

Fixes a travis failure
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 134bfe56
......@@ -17,8 +17,8 @@
/* Always filled with zeros */
static const unsigned char default_zeros[EVP_MAX_MD_SIZE];
const unsigned char keylabel[] = "key";
const unsigned char ivlabel[] = "iv";
static const unsigned char keylabel[] = "key";
static const unsigned char ivlabel[] = "iv";
/*
* Given a |secret|; a |label| of length |labellen|; and a |hash| of the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册