aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssl/tls13_enc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/tls13_enc.c b/ssl/tls13_enc.c
index 0ac54bb..39a61f4 100644
--- a/ssl/tls13_enc.c
+++ b/ssl/tls13_enc.c
@@ -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