1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

- Updated tests to reflect recent changes

This commit is contained in:
Paul Bakker
2011-10-12 11:53:52 +00:00
parent d3b486a743
commit fae618fa8b
2 changed files with 21 additions and 30 deletions

View File

@ -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,