]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - demos/digest/EVP_MD_xof.c
Fix warnings found by clang in CI
[thirdparty/openssl.git] / demos / digest / EVP_MD_xof.c
index 9635e4539fc52aa4cce476f2ad9f4c0d8fd14524..6fe8afd65f6660d04455eb0086f8f71b28b73b47 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 /* Our input to the XOF hash function. */
-const char message[] = "This is a test message.";
+static const char message[] = "This is a test message.";
 
 /* Expected output when an output length of 20 bytes is used. */
 static const unsigned char known_answer[] = {