Commit 2d4deb25 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

fix asn1parse -inform

parent 7ea9f90d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ int asn1parse_main(int argc, char **argv)
        case OPT_INFORM:
            if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat))
                goto opthelp;
            goto end;
            break;
        case OPT_IN:
            infile = opt_arg();
            break;