workaround for algorithmIdentifiers with missing parameters field

This commit is contained in:
Andreas Steffen 2009-03-13 07:54:29 +00:00
parent 6e7c0b1e44
commit 8da9bd0c75
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ parse_algorithmIdentifier(chunk_t blob, int level0, chunk_t *parameters)
while (objectID < ALGORITHM_ID_ROOF)
{
if (!extract_object(algorithmIdentifierObjects, &objectID, &object, &level, &ctx))
return OID_UNKNOWN;
return alg;
switch (objectID)
{