$OpenBSD: patch-src_configuration_c,v 1.1.1.1 2018/05/01 13:43:59 kn Exp $

Index: src/configuration.c
--- src/configuration.c.orig
+++ src/configuration.c
@@ -202,7 +202,7 @@ config_new(void)
 	fa->pspec = strdup("default");
 	HASH_ADD_KEYPTR(hh, r->LISTEN_ARGS, fa->pspec, strlen(fa->pspec), fa);
 	r->LISTEN_DEFAULT = fa;
-	r->OCSP_DIR           = strdup("/var/lib/hitch/");
+	r->OCSP_DIR           = strdup("${LOCALSTATEDIR}/hitch/");
 	r->OCSP_VFY = 0;
 	r->OCSP_RESP_TMO = 10.0;
 	r->OCSP_CONN_TMO = 4.0;
