]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-sslchain.patch
convert to utf8
[packages/mysql.git] / mysql-sslchain.patch
1 --- mysql-4.0.30/vio/viosslfactories.c~ 2007-02-12 20:38:48.000000000 +0100
2 +++ mysql-4.0.30/vio/viosslfactories.c  2011-12-29 22:31:44.462803743 +0100
3 @@ -84,7 +84,7 @@
4                        ctx, cert_file, key_file));
5    if (cert_file != NULL)
6    {
7 -    if (SSL_CTX_use_certificate_file(ctx,cert_file,SSL_FILETYPE_PEM) <= 0)
8 +    if (SSL_CTX_use_certificate_chain_file(ctx,cert_file) <= 0)
9      {
10        DBUG_PRINT("error",("unable to get certificate from '%s'\n",cert_file));
11        /* FIX stderr */
This page took 0.022666 seconds and 3 git commands to generate.