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:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-13 16:45:22 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-13 16:45:22 +0300
commit69ec5876e561f7905986952a18228900226f2186 (patch)
treebfda6276f73b2262ce4cdff7d9df7c46e06171b4 /src/remmina_pref.h
parenta814029dfc4c0c6585be557e34c9e5b868e09da2 (diff)
Code cleaning
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index 1f7e9f0f1..198197b80 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -36,6 +36,12 @@
#pragma once
#include <gtk/gtk.h>
+#include "remmina_sodium.h"
+
+#ifdef HAVE_LIBGCRYPT
+#include <gcrypt.h>
+#endif
+
/*
* Remmina Preference Loader
@@ -85,7 +91,8 @@ enum {
RM_ENC_MODE_SODIUM_INTERACTIVE = 1, /* Using libsodium */
RM_ENC_MODE_SODIUM_MODERATE = 2, /* Using libsodium */
RM_ENC_MODE_SODIUM_SENSITIVE = 3, /* Using libsodium */
- RM_ENC_MODE_GCRYPT = 4 /* Using GCrypt */
+ RM_ENC_MODE_GCRYPT = 4, /* Using GCrypt */
+ RM_ENC_MODE_NONE = 5 /* No encryption */
};
enum {