From 11b8a237145f1bb4eefc992765552888e77f6fb4 Mon Sep 17 00:00:00 2001 From: Paul Huang Date: Thu, 7 Aug 2025 13:04:45 +0800 Subject: [PATCH] Fix a build failure that occurs in environments using Code Page 950 Replace a non-ASCII character with a space Signed-off-by: Paul Huang --- include/mbedtls/ecdh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/ecdh.h b/include/mbedtls/ecdh.h index a919ad27e6..e81d5c3a5e 100644 --- a/include/mbedtls/ecdh.h +++ b/include/mbedtls/ecdh.h @@ -6,7 +6,7 @@ * The Elliptic Curve Diffie-Hellman (ECDH) protocol is an anonymous * key agreement protocol allowing two parties to establish a shared * secret over an insecure channel. Each party must have an - * elliptic-curve public–private key pair. + * elliptic-curve public private key pair. * * For more information, see NIST SP 800-56A Rev. 2: Recommendation for * Pair-Wise Key Establishment Schemes Using Discrete Logarithm