$OpenBSD: patch-src_configuration_c,v 1.4 2020/04/22 11:18:32 kn Exp $

Set ocsp_dir.

Index: src/configuration.c
--- src/configuration.c.orig
+++ src/configuration.c
@@ -209,7 +209,7 @@ config_new(void)
 	r->CERT_FILES			= NULL;
 	r->LISTEN_ARGS			= NULL;
 	r->PEM_DIR			= NULL;
-	r->OCSP_DIR			= strdup("/var/lib/hitch/");
+	r->OCSP_DIR			= strdup("${LOCALSTATEDIR}/hitch/");
 	AN(r->OCSP_DIR);
 	r->OCSP_VFY			= 0;
 	r->OCSP_RESP_TMO		= 10.0;
