Merge pull request #3401 from kojo1/EVPcipher_tbl

cipher_tbl for EVP_get_cipherbyname
This commit is contained in:
Sean Parkinson
2020-10-19 14:28:59 +10:00
committed by GitHub

View File

@ -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