summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-10-15 12:59:47 -0400
committerBrian Evans <grknight@gentoo.org>2019-10-15 12:59:47 -0400
commit721fdd555e9999e2d436c1a2bf7a00af7742e6d8 (patch)
tree195917133ef344772ac5403960521f07a0e4807d
parentFix duplicated patch from previous commit (diff)
downloadmysql-extras-721fdd555e9999e2d436c1a2bf7a00af7742e6d8.tar.gz
mysql-extras-721fdd555e9999e2d436c1a2bf7a00af7742e6d8.tar.bz2
mysql-extras-721fdd555e9999e2d436c1a2bf7a00af7742e6d8.zip
Fix typo from last patchmysql-extras-20191016-1722Z
Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r--20018_all_mysql-8.0.18-fix-libressl-support.patch2
1 files changed, 1 insertions, 1 deletions
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) {