mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-31 19:54:57 +01:00
Intermediate hexify out change
This commit is contained in:
parent
9079170f6e
commit
f1aaec9888
39 changed files with 780 additions and 1563 deletions
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_PEM_WRITE_C */
|
||||
void pk_write_pubkey_check( char *key_file )
|
||||
void pk_write_pubkey_check( char * key_file )
|
||||
{
|
||||
mbedtls_pk_context key;
|
||||
unsigned char buf[5000];
|
||||
|
|
@ -42,7 +42,7 @@ exit:
|
|||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_PEM_WRITE_C */
|
||||
void pk_write_key_check( char *key_file )
|
||||
void pk_write_key_check( char * key_file )
|
||||
{
|
||||
mbedtls_pk_context key;
|
||||
unsigned char buf[5000];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue