Commit Diff


commit - f9ab77a898ec008a445b3842afc21bb4eac60657
commit + 8f8d721301fb5d8cf248fc89b0a74616fc1aa1ee
blob - 23d3ffccb79c39318e083fb28ed6f1e5f15841f1
blob + 92881efa026540d311aac1200a9bfae97cd3017b
--- config.c
+++ config.c
@@ -49,9 +49,7 @@ config_new(void)
 	conf->log_facility = LOG_DAEMON;
 	conf->log_format = LOG_FORMAT_LEGACY;
 
-#ifdef __OpenBSD__
 	conf->use_privsep_crypto = 1;
-#endif
 
 	return conf;
 }