mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-30 03:14:22 +01: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:
parent
6d9c8d7b2d
commit
ccbd622ed7
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 );
|
||||||
|
Loading…
Reference in New Issue
Block a user