commit | 713013fa80e0ca75043e33de057035fb47fe5380 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Mon Jan 17 18:16:35 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Tue Jan 25 12:46:17 2022 +0800 |
tree | 6a41bf51ea89a35de08b41b5f3bfb7186a8e0287 | |
parent | e12f1ddcfaa498b059f2eddc068589454292bff2 [diff] [blame] |
fix various issues Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 489bfdc..4187dce 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -3298,7 +3298,7 @@ * terminated by \c MBEDTLS_MD_NONE. */ void MBEDTLS_DEPRECATED mbedtls_ssl_conf_sig_hashes( mbedtls_ssl_config *conf, - const int *hashes ); + const int *hashes ); #endif /* MBEDTLS_DEPRECATED_REMOVED */ /**