]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- yassl was removed in 5.7.28
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 15 Oct 2019 08:55:36 +0000 (10:55 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Tue, 15 Oct 2019 08:55:36 +0000 (10:55 +0200)
mysql-chain-certs.patch

index 3914311ba2c0891d206de00e9ca2507c003e8902..7f18fe2c9cc7507591cf5260c8b820885e2e0c4a 100644 (file)
@@ -22,20 +22,3 @@ diff -Naur mysql-5.1.47.orig/vio/viosslfactories.c mysql-5.1.47/vio/viosslfactor
    {
      *error= SSL_INITERR_CERT;
      DBUG_PRINT("error",("%s from file '%s'", sslGetErrString(*error), cert_file));
-diff -Naur mysql-5.1.47.orig/extra/yassl/src/ssl.cpp mysql-5.1.47/extra/yassl/src/ssl.cpp
---- mysql-5.1.47.orig/extra/yassl/src/ssl.cpp  2010-05-06 11:24:26.000000000 -0400
-+++ mysql-5.1.47/extra/yassl/src/ssl.cpp       2010-05-26 23:29:13.000000000 -0400
-@@ -1606,10 +1606,10 @@
-     }
--    int SSL_CTX_use_certificate_chain_file(SSL_CTX*, const char*)
-+    int SSL_CTX_use_certificate_chain_file(SSL_CTX* ctx, const char* file)
-     {
--        // TDOD:
--        return SSL_SUCCESS;
-+        // For the moment, treat like use_certificate_file
-+        return read_file(ctx, file, SSL_FILETYPE_PEM, Cert);
-     }
This page took 0.054627 seconds and 4 git commands to generate.