commit:     721fdd555e9999e2d436c1a2bf7a00af7742e6d8
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 16:59:47 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 16:59:47 2019 +0000
URL:        https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=721fdd55

Fix typo from last patch

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 20018_all_mysql-8.0.18-fix-libressl-support.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/20018_all_mysql-8.0.18-fix-libressl-support.patch 
b/20018_all_mysql-8.0.18-fix-libressl-support.patch
index 9bcbd3e..f6dc74f 100644
--- a/20018_all_mysql-8.0.18-fix-libressl-support.patch
+++ b/20018_all_mysql-8.0.18-fix-libressl-support.patch
@@ -47,7 +47,7 @@ diff -aurN a/mysys/my_md5.cc b/mysys/my_md5.cc
    int fips_mode = 0;
 +#ifndef LIBRESSL_VERSION_NUMBER
    fips_mode = FIPS_mode();
-+#endif /* LIBRESSL_VERSION_NUMBER 8?
++#endif /* LIBRESSL_VERSION_NUMBER */
    /* If fips mode is ON/STRICT restricted method calls will result into abort,
     * skipping call. */
    if (fips_mode == 0) {

Reply via email to