summaryrefslogtreecommitdiff
path: root/databases/mysql57-server/files/patch-vio_viosslfactories.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mysql56*: update to 5.7.33 releaseDima Panov2021-02-031-0/+27
| | | | | | | Disable detect of TLSv1.3 functions - it's broken with LibreSSL Release Notes: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-33.html Requested by: joneum
* In file included from ↵Jochen Neumeister2020-05-041-0/+35
/usr/obj/usr/ports/databases/mysql57-client/work/mysql-5.7.30/vio/viosslfactories.c:29: /usr/obj/usr/ports/databases/mysql57-client/work/mysql-5.7.30/include/my_openssl.h:55:30: error: use of undeclared identifier 'OPENSSL_INIT_NO_ATEXIT' return OPENSSL_init_crypto(OPENSSL_INIT_NO_ATEXIT, NULL); This fix a problem with libressl PR: 246070 MFH: 2020Q2 Sponsored by: Netzkommune GmbH