Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 593734 Details for
Bug 697940
dev-db/mysql-8.0.18 : /.../viosslfactories.cc:477:31: error: FIPS_mode was not declared in this scope
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/etc/portage/patches/dev-db/mysql-8.0.18/libressl.patch
file_697940.txt (text/plain), 1.05 KB, created by
strites
on 2019-10-24 00:56:54 UTC
(
hide
)
Description:
/etc/portage/patches/dev-db/mysql-8.0.18/libressl.patch
Filename:
MIME Type:
Creator:
strites
Created:
2019-10-24 00:56:54 UTC
Size:
1.05 KB
patch
obsolete
>--- mysql/sql/mysqld.cc.orig 2019-10-23 22:45:56.809305796 +0900 >+++ mysql/sql/mysqld.cc 2019-10-23 22:47:12.861546697 +0900 >@@ -4834,11 +4834,13 @@ > > static int init_ssl_communication() { > char ssl_err_string[OPENSSL_ERROR_LENGTH] = {'\0'}; >+#ifndef LIBRESSL_VERSION_NUMBER > int ret_fips_mode = set_fips_mode(opt_ssl_fips_mode, ssl_err_string); > if (ret_fips_mode != 1) { > LogErr(ERROR_LEVEL, ER_SSL_FIPS_MODE_ERROR, ssl_err_string); > return 1; > } >+#endif > if (SslAcceptorContext::singleton_init(opt_use_ssl)) return 1; > > #if OPENSSL_VERSION_NUMBER < 0x10100000L > >--- mysql/vio/viosslfactories.cc.orig 2019-10-23 22:11:21.892836666 +0900 >+++ mysql/vio/viosslfactories.cc 2019-10-23 22:10:20.606623898 +0900 >@@ -467,7 +467,6 @@ > EXIT: > return rc; > } >-#endif > > /** > Get fips mode from openssl library, >@@ -475,6 +474,7 @@ > @returns openssl current fips mode > */ > uint get_fips_mode() { return FIPS_mode(); } >+#endif > > long process_tls_version(const char *tls_version) { > const char *separator = ","; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 697940
:
593052
|
593054
|
593056
|
593058
|
593060
|
593062
|
593064
| 593734