commit | 67d4ed5b22d846d05144989ad2ba33cb0656cb17 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Tue Aug 31 13:12:43 2021 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Fri Sep 03 16:29:20 2021 +0800 |
tree | 25b3cc36b26ede22d04d6f2cfce83988a7c909e5 | |
parent | 159c5a0e12b3769b14ae7c7e7aab2fe310eafd05 [diff] [blame] |
force change state type Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h index b1f5f36..e93e55b 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h
@@ -1408,7 +1408,7 @@ static inline void mbedtls_ssl_handshake_set_state( mbedtls_ssl_context *ssl, mbedtls_ssl_states state ) { - ssl->state = state; + ssl->state = ( int ) state; } /*