mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-02 12:45:20 +01:00
Intermediate hexify out change
This commit is contained in:
parent
9079170f6e
commit
f1aaec9888
39 changed files with 780 additions and 1563 deletions
|
|
@ -100,7 +100,7 @@ exit:
|
|||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_FS_IO */
|
||||
void dhm_file( char *filename, char *p, char *g, int len )
|
||||
void dhm_file( char * filename, char * p, char * g, int len )
|
||||
{
|
||||
mbedtls_dhm_context ctx;
|
||||
mbedtls_mpi P, G;
|
||||
|
|
@ -124,7 +124,7 @@ exit:
|
|||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_SELF_TEST */
|
||||
void dhm_selftest()
|
||||
void dhm_selftest( )
|
||||
{
|
||||
TEST_ASSERT( mbedtls_dhm_self_test( 1 ) == 0 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue