pki_crypto: Reformat pki_key_compare

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
Jakub Jelen
2025-01-23 11:42:21 +01:00
parent 12b8eed093
commit 520f758902

View File

@@ -811,9 +811,7 @@ int pki_key_generate_ecdsa(ssh_key key, int parameter)
/* With OpenSSL 3.0 and higher the parameter 'what'
* is ignored and the comparison is done by OpenSSL
*/
int pki_key_compare(const ssh_key k1,
const ssh_key k2,
enum ssh_keycmp_e what)
int pki_key_compare(const ssh_key k1, const ssh_key k2, enum ssh_keycmp_e what)
{
int rc;