summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2016-09-01 00:25:57 +0000
committerderaadt <deraadt@openbsd.org>2016-09-01 00:25:57 +0000
commitbbf61340dcb3e77def4e808c1c84c410cc1ad273 (patch)
treed5d10ae95a75ebe48835ea4e0dc4e5a5d4067994
parentCollapse krazy abstractions for other sandbox models, using chroot and (diff)
downloadwireguard-openbsd-bbf61340dcb3e77def4e808c1c84c410cc1ad273.tar.xz
wireguard-openbsd-bbf61340dcb3e77def4e808c1c84c410cc1ad273.zip
PATH_VAR_EMPTY is not used
-rw-r--r--usr.sbin/acme-client/extern.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/acme-client/extern.h b/usr.sbin/acme-client/extern.h
index c2085266874..e240495b216 100644
--- a/usr.sbin/acme-client/extern.h
+++ b/usr.sbin/acme-client/extern.h
@@ -1,4 +1,4 @@
-/* $Id: extern.h,v 1.3 2016/09/01 00:21:36 deraadt Exp $ */
+/* $Id: extern.h,v 1.4 2016/09/01 00:25:57 deraadt Exp $ */
/*
* Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -17,10 +17,6 @@
#ifndef EXTERN_H
#define EXTERN_H
-#ifndef PATH_VAR_EMPTY
-#define PATH_VAR_EMPTY "/var/empty"
-#endif
-
#define MAX_SERVERS_DNS 8
#define CERT_PEM "cert.pem"