diff options
author | unknown <msvensson@shellback.(none)> | 2006-06-05 15:41:29 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-06-05 15:41:29 +0200 |
commit | 28e05fc752748844f1b8154239c6480c8a36f709 (patch) | |
tree | d230790c37b6bbd191865efb1ef5b4bc2346b711 /extra/yassl/include | |
parent | a9a4202c9c34e8adf96f6f71ca4e885774b86232 (diff) | |
download | mariadb-git-28e05fc752748844f1b8154239c6480c8a36f709.tar.gz |
Import patch for yassl 1.35
- Better check of required buffer size when processing incoming record headers
extra/yassl/README:
Import patch yassl.diff
extra/yassl/src/handshake.cpp:
Import patch yassl.diff
extra/yassl/include/openssl/engine.h:
Import patch yassl.diff
extra/yassl/include/openssl/pkcs12.h:
Import patch yassl.diff
Diffstat (limited to 'extra/yassl/include')
-rw-r--r-- | extra/yassl/include/openssl/engine.h | 5 | ||||
-rw-r--r-- | extra/yassl/include/openssl/pkcs12.h | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/extra/yassl/include/openssl/engine.h b/extra/yassl/include/openssl/engine.h new file mode 100644 index 00000000000..39952fcae84 --- /dev/null +++ b/extra/yassl/include/openssl/engine.h @@ -0,0 +1,5 @@ +/* engine.h for libcurl */ + +#undef HAVE_OPENSSL_ENGINE_H + + diff --git a/extra/yassl/include/openssl/pkcs12.h b/extra/yassl/include/openssl/pkcs12.h new file mode 100644 index 00000000000..e452fc879c4 --- /dev/null +++ b/extra/yassl/include/openssl/pkcs12.h @@ -0,0 +1,5 @@ +/* pkcs12.h for libcurl */ + + +#undef HAVE_OPENSSL_PKCS12_H + |