diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-03 19:49:06 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-03 19:51:20 +0100 |
commit | d188adfb1f6fd8d9095a7bda2c347b7dd79af1a5 (patch) | |
tree | 5c321b1c4ad100558a03486f475037c6c5ca2079 | |
parent | Replace percona-server LibreSSL patch (diff) | |
download | mysql-extras-d188adfb1f6fd8d9095a7bda2c347b7dd79af1a5.tar.gz mysql-extras-d188adfb1f6fd8d9095a7bda2c347b7dd79af1a5.tar.bz2 mysql-extras-d188adfb1f6fd8d9095a7bda2c347b7dd79af1a5.zip |
20018_all_mysql-5.7.25-fix-libressl-support.patch: add newlinemysql-extras-20190303-1852Z
...to avoid patch warning.
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | 20018_all_mysql-5.7.25-fix-libressl-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/20018_all_mysql-5.7.25-fix-libressl-support.patch b/20018_all_mysql-5.7.25-fix-libressl-support.patch index 63eda07..ce61a42 100644 --- a/20018_all_mysql-5.7.25-fix-libressl-support.patch +++ b/20018_all_mysql-5.7.25-fix-libressl-support.patch @@ -60,4 +60,4 @@ https://bugs.gentoo.org/668894 -#endif /* OPENSSL_VERSION_NUMBER < 0x10100000L */ } return(dh); - }
\ No newline at end of file + } |