]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-sslchain.patch
move status action to status function
[packages/mysql.git] / mysql-sslchain.patch
1 --- mysql-5.0.92/vio/viosslfactories.c~ 2011-01-25 12:28:07.000000000 +0100
2 +++ mysql-5.0.92/vio/viosslfactories.c  2012-01-01 10:41:08.925627590 +0100
3 @@ -101,7 +101,7 @@
4                        (long) ctx, cert_file, key_file));
5    if (cert_file)
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        *error= SSL_INITERR_CERT;
11        DBUG_PRINT("error",("%s from file '%s'", sslGetErrString(*error), cert_file));
This page took 0.020929 seconds and 3 git commands to generate.