xiaoxiang781216 commented on code in PR #3605: URL: https://github.com/apache/nuttx-apps/pull/3605#discussion_r3548254903
########## crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.c: ########## @@ -268,7 +282,8 @@ static int ssl_pm_reload_crt(SSL *ssl) int ret = 0; int mode; struct ssl_pm *ssl_pm = ssl->ssl_pm; - struct x509_pm *ca_pm = (struct x509_pm *)ssl->client_CA->x509_pm; + struct x509_pm *ca_pm = + (struct x509_pm *)ssl->SSL_COMPAT_CLIENT_CA->x509_pm; Review Comment: why do we need access the field through macro -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
