From a87f7c9185decb5858e3e06ded433e1f6eeb3b8e Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Mon, 19 Oct 2020 06:17:15 +0900 Subject: [PATCH] cipher_tbl for EVP_get_cipherbyname --- wolfcrypt/src/evp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/evp.c b/wolfcrypt/src/evp.c index e03e508a6..fb859d41a 100644 --- a/wolfcrypt/src/evp.c +++ b/wolfcrypt/src/evp.c @@ -2835,7 +2835,7 @@ static const struct cipher{ #endif #endif - #ifdef HAVE_AES_GCM + #ifdef HAVE_AESGCM #ifdef WOLFSSL_AES_128 {AES_128_GCM_TYPE, EVP_AES_128_GCM, NID_aes_128_gcm}, #endif