mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
- Updated tests to reflect recent changes
This commit is contained in:
parent
d3b486a743
commit
fae618fa8b
2 changed files with 21 additions and 30 deletions
|
|
@ -307,7 +307,7 @@ static int x509_get_version( unsigned char **p,
|
|||
}
|
||||
|
||||
/*
|
||||
* Version ::= INTEGER { v1(0), v2(1), v3(2) }
|
||||
* Version ::= INTEGER { v1(0), v2(1) }
|
||||
*/
|
||||
static int x509_crl_get_version( unsigned char **p,
|
||||
const unsigned char *end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue