Loading crypto/asn1/a_bitstr.c +4 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,6 @@ int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp) if (a == NULL) return(0); len=a->length; ret=1+len; if (pp == NULL) return(ret); if (len > 0) { Loading Loading @@ -100,6 +98,10 @@ int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp) } else bits=0; ret=1+len; if (pp == NULL) return(ret); p= *pp; *(p++)=(unsigned char)bits; Loading Loading
crypto/asn1/a_bitstr.c +4 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,6 @@ int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp) if (a == NULL) return(0); len=a->length; ret=1+len; if (pp == NULL) return(ret); if (len > 0) { Loading Loading @@ -100,6 +98,10 @@ int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp) } else bits=0; ret=1+len; if (pp == NULL) return(ret); p= *pp; *(p++)=(unsigned char)bits; Loading