We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644f8c9 commit 1156d2bCopy full SHA for 1156d2b
1 file changed
src/config.h
@@ -90,8 +90,8 @@ struct vpn_config {
90
int password_set;
91
char otp[OTP_SIZE + 1];
92
char *otp_prompt;
93
- unsigned int otp_delay;
94
- int no_ftm_push;
+ unsigned int otp_delay;
+ int no_ftm_push;
95
char *pinentry;
96
char iface_name[IF_NAMESIZE];
97
char realm[REALM_SIZE + 1];
@@ -125,10 +125,10 @@ struct vpn_config {
125
int seclevel_1;
126
char *cipher_list;
127
struct x509_digest *cert_whitelist;
128
- int use_engine;
129
- char *user_agent;
130
- char *hostcheck;
131
- char *check_virtual_desktop;
+ int use_engine;
+ char *user_agent;
+ char *hostcheck;
+ char *check_virtual_desktop;
132
};
133
134
int add_trusted_cert(struct vpn_config *cfg, const char *digest);
0 commit comments