Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/remmina_unlock.h')
-rw-r--r--src/remmina_unlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_unlock.h b/src/remmina_unlock.h
index 9fe523025..0641caad3 100644
--- a/src/remmina_unlock.h
+++ b/src/remmina_unlock.h
@@ -36,7 +36,7 @@
#include <sodium.h>
-#if (SODIUM_LIBRARY_VERSION_MAJOR >= 9) && (SODIUM_LIBRARY_VERSION_MINOR >= 2)
+#if SODIUM_VERSION_INT >= 90200
typedef struct _RemminaUnlockDialog {
GtkBuilder *builder;
GtkDialog *dialog;