mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 16:36:55 +00:00
commit
e5874e1903
3
ChangeLog.d/fix-typo.txt
Normal file
3
ChangeLog.d/fix-typo.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Changes
|
||||||
|
* Fixes a typo in the example code located in
|
||||||
|
program/pkey/ecdh_curve25519.c
|
|
@ -86,7 +86,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 );
|
||||||
|
|
Loading…
Reference in a new issue