summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/main.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/main.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/main.c')
-rw-r--r--usr.sbin/acme-client/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/acme-client/main.c b/usr.sbin/acme-client/main.c
index c7b4d40ab46..c390ba103d9 100644
--- a/usr.sbin/acme-client/main.c
+++ b/usr.sbin/acme-client/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.7 2016/09/01 00:32:00 deraadt Exp $ */
+/* $Id: main.c,v 1.8 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 <sys/socket.h>