diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-11 12:18:27 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-11 12:18:27 +0000 |
commit | ba290ef3affaad8a51b789eeadab269df1ffd0af (patch) | |
tree | 8e15a9f51b5bb24327fcd83b1d86d923ce6be430 /gmid.h | |
parent | 237095fd9a40120ef4e4bb7b7525d45c89c6cfb0 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -228,6 +228,7 @@ struct conf { char user[LOGIN_NAME_MAX]; int prefork; int reload; + int use_privsep_crypto; int sock4; struct event evsock4; |