Steffen Nurpmeso <[email protected]> wrote:
 |Kurt Roeckx <[email protected]> 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;
 };
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to