aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-11 12:18:27 +0000
committerOmar Polo <op@omarpolo.com>2023-06-11 12:18:27 +0000
commitba290ef3affaad8a51b789eeadab269df1ffd0af (patch)
tree8e15a9f51b5bb24327fcd83b1d86d923ce6be430 /gmid.h
parent237095fd9a40120ef4e4bb7b7525d45c89c6cfb0 (diff)
disable the privsep crypto engine on !OpenBSD
it fails bandly at runtime on various linux distros and on freebsd. Until a fix is found, disable it so I can move forward.
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index 515f29c..c68ab92 100644
--- a/gmid.h
+++ b/gmid.h
@@ -228,6 +228,7 @@ struct conf {
char user[LOGIN_NAME_MAX];
int prefork;
int reload;
+ int use_privsep_crypto;
int sock4;
struct event evsock4;