mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
qca: bump version.
This commit is contained in:
@@ -1,22 +1,9 @@
|
||||
From fc1d9a0c193fbe837e386e4d3b0dd3db296f354b Mon Sep 17 00:00:00 2001
|
||||
From 3f8cc3ecc938ebdeea8eee181864db930fd0cf9e Mon Sep 17 00:00:00 2001
|
||||
From: Sergei Reznikov <diver@gelios.net>
|
||||
Date: Tue, 13 Oct 2015 12:07:31 +0300
|
||||
Subject: QCA2: fix compilation on Haiku/GCC4.
|
||||
|
||||
|
||||
diff --git a/plugins/qca-ossl/qca-ossl.cpp b/plugins/qca-ossl/qca-ossl.cpp
|
||||
index cfb1e9f..95b2bc4 100644
|
||||
--- a/plugins/qca-ossl/qca-ossl.cpp
|
||||
+++ b/plugins/qca-ossl/qca-ossl.cpp
|
||||
@@ -5805,7 +5805,7 @@ public:
|
||||
{
|
||||
SessionInfo sessInfo;
|
||||
|
||||
- sessInfo.isCompressed = (0 != SSL_SESSION_get_compress_id(ssl->session));
|
||||
+ sessInfo.isCompressed = (0 != ssl->session->compress_meth);
|
||||
|
||||
if (ssl->version == TLS1_VERSION)
|
||||
sessInfo.version = TLS::TLS_v1;
|
||||
diff --git a/src/botantools/botan/ml_unix/mlock.cpp b/src/botantools/botan/ml_unix/mlock.cpp
|
||||
index 109609c..c88b23b 100644
|
||||
--- a/src/botantools/botan/ml_unix/mlock.cpp
|
||||
@@ -60,7 +47,7 @@ index cef2b79..44357c0 100644
|
||||
return ok;
|
||||
#else
|
||||
diff --git a/src/support/console.cpp b/src/support/console.cpp
|
||||
index c3c5570..0d5c5d2 100644
|
||||
index ee94998..f352dda 100644
|
||||
--- a/src/support/console.cpp
|
||||
+++ b/src/support/console.cpp
|
||||
@@ -30,7 +30,7 @@
|
||||
@@ -73,5 +60,5 @@ index c3c5570..0d5c5d2 100644
|
||||
# else
|
||||
# include <sys/termios.h>
|
||||
--
|
||||
2.2.2
|
||||
2.21.0
|
||||
|
||||
Reference in New Issue
Block a user