Commit 6925a948 authored by Matt Caswell's avatar Matt Caswell
Browse files

Ensure the key and iv labels are declared as static



Fixes a travis failure

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 134bfe56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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