Commit c5798e0e authored by Richard Levitte's avatar Richard Levitte
Browse files

Correct slight logic error in processing IF in build.info



This corrects a fault where the inner IF in this example was still
being acted upon:

  IF[0]
    ...whatever...
    IF[1]
      ...whatever more...
    ENDIF
  ENDIF

With this change, the inner IF is skipped over.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 64b9d84b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment