Some whitespace fixes.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user