$NetBSD: patch-plugins_signal-protocol_CMakeLists.txt,v 1.1 2020/06/12 14:20:51 ryoon Exp $

* Use signal library 2.3.3

--- plugins/signal-protocol/CMakeLists.txt.orig	2020-01-29 19:11:48.000000000 +0000
+++ plugins/signal-protocol/CMakeLists.txt
@@ -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.3 EXACT REQUIRED)
 else()
     add_subdirectory(libsignal-protocol-c EXCLUDE_FROM_ALL)
     set_property(TARGET curve25519 PROPERTY POSITION_INDEPENDENT_CODE ON)
