mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Changed pk_parse_get_pubkey() to pk_parse_subpubkey()
This commit is contained in:
parent
ff3a518e78
commit
da7711594e
4 changed files with 7 additions and 7 deletions
|
|
@ -517,8 +517,8 @@ int pk_write_key_pem( pk_context *key, unsigned char *buf, size_t size );
|
|||
*
|
||||
* \return 0 if successful, or a specific PK error code
|
||||
*/
|
||||
int pk_parse_get_pubkey( unsigned char **p, const unsigned char *end,
|
||||
pk_context *pk );
|
||||
int pk_parse_subpubkey( unsigned char **p, const unsigned char *end,
|
||||
pk_context *pk );
|
||||
#endif /* POLARSSL_PK_PARSE_C */
|
||||
|
||||
#if defined(POLARSSL_PK_WRITE_C)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue