mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 05:05:49 +01:00
Fix ssl_client2 after rebase
Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
This commit is contained in:
parent
1d957e61eb
commit
48f62e98a8
@ -1195,6 +1195,7 @@ int main( int argc, char *argv[] )
|
||||
#endif
|
||||
#if defined(MBEDTLS_SSL_DTLS_SRTP)
|
||||
unsigned char mki[MBEDTLS_DTLS_SRTP_MAX_MKI_LENGTH];
|
||||
size_t mki_len=0;
|
||||
#endif
|
||||
|
||||
const char *pers = "ssl_client2";
|
||||
|
Loading…
Reference in New Issue
Block a user