summaryrefslogtreecommitdiffstats
path: root/fips/aes
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-23 16:06:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-23 16:06:33 +0000
commit949c6f8ccf76be7367de4638ae948266179f696e (patch)
treeac0e1b82f47935ea7ab9688c3e09c041ce7fd70a /fips/aes
parent199e92bb57e41b379becd45eaa7933b4fd173a60 (diff)
Stop warnings.
Diffstat (limited to 'fips/aes')
-rw-r--r--fips/aes/fips_gcmtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/aes/fips_gcmtest.c b/fips/aes/fips_gcmtest.c
index bd79404e01..856a0ddea1 100644
--- a/fips/aes/fips_gcmtest.c
+++ b/fips/aes/fips_gcmtest.c
@@ -86,7 +86,7 @@ static void gcmtest(int encrypt)
unsigned char *key = NULL, *iv = NULL, *aad = NULL, *tag = NULL;
unsigned char *ct = NULL, *pt = NULL;
EVP_CIPHER_CTX ctx;
- const EVP_CIPHER *gcm;
+ const EVP_CIPHER *gcm = NULL;
FIPS_cipher_ctx_init(&ctx);
while(fgets(buf,sizeof buf,stdin) != NULL)