mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
Fix typo in comment
Fix typo in program/pkey/ecdh_curve25519.c Signed-off-by: HowJMay <vulxj0j8j8@gmail.com>
This commit is contained in:
3
ChangeLog.d/fix-typo.txt
Normal file
3
ChangeLog.d/fix-typo.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Bugfix
|
||||||
|
* There is typo in the example code which locates in
|
||||||
|
program/pkey/ecdh_curve25519.c
|
@@ -88,7 +88,7 @@ int main( int argc, char *argv[] )
|
|||||||
mbedtls_printf( " ok\n" );
|
mbedtls_printf( " ok\n" );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Client: inialize context and generate keypair
|
* Client: initialize context and generate keypair
|
||||||
*/
|
*/
|
||||||
mbedtls_printf( " . Setting up client context..." );
|
mbedtls_printf( " . Setting up client context..." );
|
||||||
fflush( stdout );
|
fflush( stdout );
|
||||||
|
Reference in New Issue
Block a user