summaryrefslogtreecommitdiffstats
path: root/demos/cipher/aeskeywrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/cipher/aeskeywrap.c')
-rw-r--r--demos/cipher/aeskeywrap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/cipher/aeskeywrap.c b/demos/cipher/aeskeywrap.c
index 4d5df4cd98..e1fe9307b4 100644
--- a/demos/cipher/aeskeywrap.c
+++ b/demos/cipher/aeskeywrap.c
@@ -50,8 +50,8 @@ static const unsigned char wrap_ct[] = {
* algorithm implementations. If they are NULL then the default library
* context and properties are used.
*/
-OSSL_LIB_CTX *libctx = NULL;
-const char *propq = NULL;
+static OSSL_LIB_CTX *libctx = NULL;
+static const char *propq = NULL;
static int aes_wrap_encrypt(void)
{