mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 22:15:45 +01:00
Fix unused variable warning in ssl_parse_certificate_coordinate()
This was triggered in client-only builds.
This commit is contained in:
parent
488c8dee47
commit
fd5dc8ae07
@ -6434,6 +6434,8 @@ static int ssl_parse_certificate_coordinate( mbedtls_ssl_context *ssl,
|
||||
return( SSL_CERTIFICATE_SKIP );
|
||||
}
|
||||
}
|
||||
#else
|
||||
((void) authmode);
|
||||
#endif /* MBEDTLS_SSL_SRV_C */
|
||||
|
||||
return( SSL_CERTIFICATE_EXPECTED );
|
||||
|
Loading…
Reference in New Issue
Block a user