summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/json.c
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2016-09-01 00:35:21 +0000
committerflorian <florian@openbsd.org>2016-09-01 00:35:21 +0000
commit2ad748d62238b1879eda03133b488a9fa211fbef (patch)
treedc378ca76af0f76391853e4af84060b15b5df266 /usr.sbin/acme-client/json.c
parentline wrap usage (diff)
downloadwireguard-openbsd-2ad748d62238b1879eda03133b488a9fa211fbef.tar.xz
wireguard-openbsd-2ad748d62238b1879eda03133b488a9fa211fbef.zip
we don't have config.h
Diffstat (limited to 'usr.sbin/acme-client/json.c')
-rw-r--r--usr.sbin/acme-client/json.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/acme-client/json.c b/usr.sbin/acme-client/json.c
index cef109d3783..da98bd69b2f 100644
--- a/usr.sbin/acme-client/json.c
+++ b/usr.sbin/acme-client/json.c
@@ -1,4 +1,4 @@
-/* $Id: json.c,v 1.2 2016/08/31 23:19:50 benno Exp $ */
+/* $Id: json.c,v 1.3 2016/09/01 00:35:22 florian Exp $ */
/*
* Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -14,9 +14,6 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
#include <assert.h>
#include <err.h>