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 -1
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)
{