[openssl-dev] On SSLv23_method() drop and TLS_method() introduction

Steffen Nurpmeso sdaoden at yandex.com
Tue May 19 18:03:05 UTC 2015


Steffen Nurpmeso <sdaoden at yandex.com> wrote:
 |Kurt Roeckx <kurt at roeckx.be> wrote:
 ||I think that we should just provide the SSLv23_client_method define
 ||without the need to enable something, and I guess I missed
 ||something during the review in that case.
 |
 |Thanks for the clarification.

Ehm, one more nit: in order to be able to compile [master] i need
this patch (tests like it fwiw):

diff --git a/crypto/comp/comp_lcl.h b/crypto/comp/comp_lcl.h
index f1ec8d5..1360f56 100644
--- a/crypto/comp/comp_lcl.h
+++ b/crypto/comp/comp_lcl.h
@@ -71,4 +71,5 @@ struct comp_ctx_st {
     unsigned long compress_out;
     unsigned long expand_in;
     unsigned long expand_out;
+    CRYPTO_EX_DATA ex_data;
 };


More information about the openssl-dev mailing list