Index: head/devel/qca/files/patch-libressl =================================================================== --- head/devel/qca/files/patch-libressl (nonexistent) +++ head/devel/qca/files/patch-libressl (revision 400975) @@ -0,0 +1,15 @@ +--- plugins/qca-ossl/qca-ossl.cpp.orig 2015-10-02 09:39:21 UTC ++++ plugins/qca-ossl/qca-ossl.cpp +@@ -5805,7 +5805,11 @@ public: + { + SessionInfo sessInfo; + +- sessInfo.isCompressed = (0 != SSL_SESSION_get_compress_id(ssl->session)); ++#ifndef OPENSSL_NO_COMP ++ sessInfo.isCompressed = (0 != ssl->session->compress_meth); ++#else ++ sessInfo.isCompressed = 0; ++#endif + + if (ssl->version == TLS1_VERSION) + sessInfo.version = TLS::TLS_v1; Property changes on: head/devel/qca/files/patch-libressl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property