Some whitespace fixes.

This commit is contained in:
Tobias Brunner
2010-04-06 12:56:06 +02:00
parent e41932320c
commit 0a4dc78755
5 changed files with 8 additions and 8 deletions
@@ -249,7 +249,7 @@ static bool get_encoding(private_openssl_ec_private_key_t *this,
NULL, encoding, KEY_PART_ECDSA_PRIV_ASN1_DER,
asn1_encoding, KEY_PART_END);
chunk_clear(&asn1_encoding);
}
}
return success;
}
default:
@@ -264,7 +264,7 @@ static bool get_encoding(private_openssl_ec_public_key_t *this,
NULL, encoding, KEY_PART_ECDSA_PUB_ASN1_DER,
asn1_encoding, KEY_PART_END);
chunk_clear(&asn1_encoding);
}
}
return success;
}
default:
@@ -242,7 +242,7 @@ static bool get_encoding(private_openssl_rsa_private_key_t *this,
NULL, encoding, KEY_PART_RSA_PRIV_ASN1_DER,
asn1_encoding, KEY_PART_END);
chunk_clear(&asn1_encoding);
}
}
return success;
}
default:
@@ -247,7 +247,7 @@ static bool get_encoding(private_openssl_rsa_public_key_t *this,
NULL, encoding, KEY_PART_RSA_PUB_ASN1_DER,
asn1_encoding, KEY_PART_END);
chunk_clear(&asn1_encoding);
}
}
return success;
}
case KEY_PUB_ASN1_DER: