Remove duplicate lines.
[openssl.git] / crypto / asn1 / a_bitstr.c
index 931cc5969eef1d25e6a277fd05e79efd64665204..6e92ff5a8420e4c2bf9a996f8dd017faff9ea0a2 100644 (file)
@@ -201,7 +201,6 @@ int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value)
                        return 0;
                        }
                if (w+1-a->length > 0) memset(c+a->length, 0, w+1-a->length);
-               if (w+1-a->length > 0) memset(c+a->length, 0, w+1-a->length);
                a->data=c;
                a->length=w+1;
        }