Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 148654 | Differences between
and this patch

Collapse All | Expand All

(-)CVS (+3 lines)
Lines 832-837 Link Here
832
               }
832
               }
833
       else if (ret == -1)
833
       else if (ret == -1)
834
               return -1;
834
               return -1;
835
836
       ret = 0;
837
835
       /* SEQUENCE, SET and "OTHER" are left in encoded form */
838
       /* SEQUENCE, SET and "OTHER" are left in encoded form */
836
       if ((utype == V_ASN1_SEQUENCE)
839
       if ((utype == V_ASN1_SEQUENCE)
837
               || (utype == V_ASN1_SET) || (utype == V_ASN1_OTHER))
840
               || (utype == V_ASN1_SET) || (utype == V_ASN1_OTHER))

Return to bug 148654