cosmetics

This commit is contained in:
Andreas Steffen 2007-04-12 19:33:13 +00:00
parent 854a96ae47
commit 3e21837582
1 changed files with 0 additions and 1 deletions

View File

@ -742,7 +742,6 @@ static bool parse_certificate(chunk_t blob, u_int level0, private_x509_t *this)
int objectID = 0;
asn1_init(&ctx, blob, level0, FALSE, FALSE);
while (objectID < X509_OBJ_ROOF)
{
if (!extract_object(certObjects, &objectID, &object, &level, &ctx))