You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
602 B
13 lines
602 B
6 months ago
|
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");
|