Remove duplicate lines.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 12 Dec 2004 13:15:49 +0000 (13:15 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 12 Dec 2004 13:15:49 +0000 (13:15 +0000)
crypto/asn1/a_bitstr.c
crypto/asn1/a_utctm.c
crypto/asn1/x_pubkey.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;
        }
index efebc63a026441bc52bf1e5f80918b7ce3e4647f..d31c0281930b4ac504f168e30ae6492c162ce799 100644 (file)
@@ -209,7 +209,6 @@ ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t)
                        ASN1err(ASN1_F_ASN1_UTCTIME_SET,ERR_R_MALLOC_FAILURE);
                        return(NULL);
                        }
-               if (s->data != NULL)
                if (s->data != NULL)
                        OPENSSL_free(s->data);
                s->data=(unsigned char *)p;
index f631d2c68c5649aaf3bf0afd8d3867e2bfbd3946..2a7f2cab15fbe0c825120641069286abf33be9e8 100644 (file)
@@ -228,7 +228,6 @@ int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
                goto err;
                }
        /* Set number of unused bits to zero */
-       /* Set number of unused bits to zero */
        pk->public_key->flags&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07);
        pk->public_key->flags|=ASN1_STRING_FLAG_BITS_LEFT;