diff -uri spice-streaming-agent-0.3/subprojects/spice-common/common/ssl_verify.c spice-streaming-agent-0.3-sslv3/subprojects/spice-common/common/ssl_verify.c --- spice-streaming-agent-0.3/subprojects/spice-common/common/ssl_verify.c 2020-04-05 09:23:33.000000000 +0200 +++ spice-streaming-agent-0.3-sslv3/subprojects/spice-common/common/ssl_verify.c 2023-04-26 22:15:07.448176124 +0200 @@ -72,7 +72,7 @@ goto finish; } - ret = EVP_PKEY_cmp(orig_pubkey, cert_pubkey); + ret = EVP_PKEY_eq(orig_pubkey, cert_pubkey); if (ret == 1) { spice_debug("public keys match");