]> git.pld-linux.org Git - packages/mysql.git/blame - mysql-sslchain.patch
convert to utf8
[packages/mysql.git] / mysql-sslchain.patch
CommitLineData
70f6eb56
AM
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)
b3bdfb9b 8+ if (SSL_CTX_use_certificate_chain_file(ctx,cert_file) <= 0)
70f6eb56
AM
9 {
10 DBUG_PRINT("error",("unable to get certificate from '%s'\n",cert_file));
11 /* FIX stderr */
This page took 0.029242 seconds and 4 git commands to generate.