summaryrefslogtreecommitdiffstats
path: root/demos/cipher/aesgcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/cipher/aesgcm.c')
-rw-r--r--demos/cipher/aesgcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/cipher/aesgcm.c b/demos/cipher/aesgcm.c
index 40465b269c..f5011b8136 100644
--- a/demos/cipher/aesgcm.c
+++ b/demos/cipher/aesgcm.c
@@ -64,8 +64,8 @@ static const unsigned char gcm_tag[] = {
* 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_gcm_encrypt(void)
{