aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_bitstr.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-12-12 13:15:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-12-12 13:15:49 +0000
commit5e8904f289759b1c5a9e62b51c353d8e90a9ba9c (patch)
tree78b9cc8797f3a750ce0bfec8aa00d4653bf93f76 /crypto/asn1/a_bitstr.c
parent0c0788ba0ad28b493b50a97439f67b92d1edc6f7 (diff)
downloadopenssl-5e8904f289759b1c5a9e62b51c353d8e90a9ba9c.tar.gz
Remove duplicate lines.
Diffstat (limited to 'crypto/asn1/a_bitstr.c')
-rw-r--r--crypto/asn1/a_bitstr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/asn1/a_bitstr.c b/crypto/asn1/a_bitstr.c
index 931cc5969e..6e92ff5a84 100644
--- a/crypto/asn1/a_bitstr.c
+++ b/crypto/asn1/a_bitstr.c
@@ -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;
}