cipher_tbl for EVP_get_cipherbyname

This commit is contained in:
Takashi Kojo 2020-10-19 06:17:15 +09:00
parent ab88ab160c
commit a87f7c9185

View File

@ -2835,7 +2835,7 @@ static const struct cipher{
#endif #endif
#endif #endif
#ifdef HAVE_AES_GCM #ifdef HAVE_AESGCM
#ifdef WOLFSSL_AES_128 #ifdef WOLFSSL_AES_128
{AES_128_GCM_TYPE, EVP_AES_128_GCM, NID_aes_128_gcm}, {AES_128_GCM_TYPE, EVP_AES_128_GCM, NID_aes_128_gcm},
#endif #endif