diff options
author | Joerg Bruehe <joerg.bruehe@oracle.com> | 2012-03-02 13:12:07 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg.bruehe@oracle.com> | 2012-03-02 13:12:07 +0100 |
commit | 01dca16d610f8687b6c67163c69faea522599203 (patch) | |
tree | eaf4c3c8c72a1ea9e3c78b234b3d717b87b0051b /extra/yassl/include | |
parent | b6174b92853a9d7e816c9d1e6b67d73f18a0bf78 (diff) | |
download | mariadb-git-01dca16d610f8687b6c67163c69faea522599203.tar.gz |
Further upgrade the yaSSL library to version 2.2.0
to pick up some new security fixes that are in it.
Patch provided by Georgi Kodinov.
Diffstat (limited to 'extra/yassl/include')
-rw-r--r-- | extra/yassl/include/openssl/ssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/yassl/include/openssl/ssl.h b/extra/yassl/include/openssl/ssl.h index 0ae54f070bd..0d99888da88 100644 --- a/extra/yassl/include/openssl/ssl.h +++ b/extra/yassl/include/openssl/ssl.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2005-2007 MySQL AB, 2008 Sun Microsystems, Inc. + Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. This program is free software; you can redistribute it and/or modify @@ -35,7 +35,7 @@ #include "rsa.h" -#define YASSL_VERSION "2.1.4" +#define YASSL_VERSION "2.2.0" #if defined(__cplusplus) |