- Updated tests to reflect recent changes

diff --git a/library/x509parse.c b/library/x509parse.c
index 31ec346..b28e9bb 100644
--- a/library/x509parse.c
+++ b/library/x509parse.c
@@ -307,7 +307,7 @@
 }
 
 /*
- *  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,