From: Dr. Stephen Henson Date: Sun, 12 Dec 2004 13:15:49 +0000 (+0000) Subject: Remove duplicate lines. X-Git-Tag: OpenSSL_0_9_7g~17^2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e8904f289759b1c5a9e62b51c353d8e90a9ba9c;p=thirdparty%2Fopenssl.git Remove duplicate lines. --- diff --git a/crypto/asn1/a_bitstr.c b/crypto/asn1/a_bitstr.c index 931cc5969ee..6e92ff5a842 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; } diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c index efebc63a026..d31c0281930 100644 --- a/crypto/asn1/a_utctm.c +++ b/crypto/asn1/a_utctm.c @@ -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; diff --git a/crypto/asn1/x_pubkey.c b/crypto/asn1/x_pubkey.c index f631d2c68c5..2a7f2cab15f 100644 --- a/crypto/asn1/x_pubkey.c +++ b/crypto/asn1/x_pubkey.c @@ -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;