Remove duplicate lines.

This commit is contained in:
Dr. Stephen Henson
2004-12-12 13:15:49 +00:00
parent 0c0788ba0a
commit 5e8904f289
3 changed files with 0 additions and 3 deletions

View 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;