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.
16 lines
627 B
16 lines
627 B
https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine
|
|
https://fedoraproject.org/wiki/Changes/OpensslNoEngine
|
|
|
|
--- mysql-8.4.0/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/network/xcom_network_provider_ssl_native_lib.cc 2024-04-10 08:26:28.000000000 +0200
|
|
+++ mysql-8.4.0/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/network/xcom_network_provider_ssl_native_lib.cc_patched 2024-07-18 18:33:26.237771364 +0200
|
|
@@ -50,7 +50,9 @@
|
|
#include "my_compiler.h"
|
|
#endif
|
|
|
|
+#if !defined(OPENSSL_NO_ENGINE)
|
|
#include "openssl/engine.h"
|
|
+#endif
|
|
|
|
#include "xcom/retry.h"
|
|
#include "xcom/task_debug.h"
|