mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Fix typo in pkparse.c
This commit is contained in:
parent
f28dc2f900
commit
9c6cb38ba8
1 changed files with 1 additions and 1 deletions
|
|
@ -859,7 +859,7 @@ static int pk_parse_key_pkcs8_unencrypted_der(
|
||||||
const mbedtls_pk_info_t *pk_info;
|
const mbedtls_pk_info_t *pk_info;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This function parses the PrivatKeyInfo object (PKCS#8 v1.2 = RFC 5208)
|
* This function parses the PrivateKeyInfo object (PKCS#8 v1.2 = RFC 5208)
|
||||||
*
|
*
|
||||||
* PrivateKeyInfo ::= SEQUENCE {
|
* PrivateKeyInfo ::= SEQUENCE {
|
||||||
* version Version,
|
* version Version,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue