summaryrefslogtreecommitdiffstats
path: root/demos/cipher/ariacbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/cipher/ariacbc.c')
-rw-r--r--demos/cipher/ariacbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/cipher/ariacbc.c b/demos/cipher/ariacbc.c
index 73605d2d6c..4492c46466 100644
--- a/demos/cipher/ariacbc.c
+++ b/demos/cipher/ariacbc.c
@@ -49,8 +49,8 @@ static const unsigned char cbc_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 aria_cbc_encrypt(void)
{