diff options
author | Brian Evans <grknight@gentoo.org> | 2019-10-15 12:59:47 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-10-15 12:59:47 -0400 |
commit | 721fdd555e9999e2d436c1a2bf7a00af7742e6d8 (patch) | |
tree | 195917133ef344772ac5403960521f07a0e4807d | |
parent | Fix duplicated patch from previous commit (diff) | |
download | mysql-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.patch | 2 |
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) { |