mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-30 09:01:08 +02:00
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 <aphroteus@gmail.com>
This commit is contained in:
@@ -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 <em>NIST SP 800-56A Rev. 2: Recommendation for
|
||||
* Pair-Wise Key Establishment Schemes Using Discrete Logarithm
|
||||
|
||||
Reference in New Issue
Block a user