mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-23 23:44:47 +00:00
Bump libsignal-protocol-c version to 2.3.3
This commit is contained in:
parent
bcbd5f0807
commit
fbd70ceaac
3 changed files with 3 additions and 3 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
|||
[submodule "libsignal-protocol-c"]
|
||||
path = plugins/signal-protocol/libsignal-protocol-c
|
||||
url = https://github.com/WhisperSystems/libsignal-protocol-c.git
|
||||
branch = v2.3.2
|
||||
branch = v2.3.3
|
||||
|
|
|
@ -32,7 +32,7 @@ if(NOT BUILD_LIBSIGNAL_IN_TREE)
|
|||
# libsignal-protocol-c has a history of breaking compatibility on the patch level
|
||||
# we'll have to check compatibility for every new release
|
||||
# distro maintainers may update this dependency after compatibility tests
|
||||
find_package(SignalProtocol 2.3.2 EXACT REQUIRED)
|
||||
find_package(SignalProtocol 2.3.2 REQUIRED)
|
||||
else()
|
||||
add_subdirectory(libsignal-protocol-c EXCLUDE_FROM_ALL)
|
||||
set_property(TARGET curve25519 PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4a137eaf4eb4421949e2e1dde9f11ec7bc07b88f
|
||||
Subproject commit 3a83a4f4ed2302ff6e68ab569c88793b50c22d28
|
Loading…
Reference in a new issue