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