summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2016-10-04 15:41:07 +0000
committerjsing <jsing@openbsd.org>2016-10-04 15:41:07 +0000
commita748b8770ef5c0c3e9b36a78c119f66ec396b9a4 (patch)
tree3e6331e39d7b781d0e80f10b957a6eed1963c25b
parenttls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT - handle this (diff)
downloadwireguard-openbsd-a748b8770ef5c0c3e9b36a78c119f66ec396b9a4.tar.xz
wireguard-openbsd-a748b8770ef5c0c3e9b36a78c119f66ec396b9a4.zip
s/letsencrypt/ACME/
-rw-r--r--usr.sbin/acme-client/netproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/netproc.c b/usr.sbin/acme-client/netproc.c
index dc27456d244..4a216c05095 100644
--- a/usr.sbin/acme-client/netproc.c
+++ b/usr.sbin/acme-client/netproc.c
@@ -1,4 +1,4 @@
-/* $Id: netproc.c,v 1.8 2016/09/13 17:13:37 deraadt Exp $ */
+/* $Id: netproc.c,v 1.9 2016/10/04 15:41:07 jsing Exp $ */
/*
* Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -559,7 +559,7 @@ dofullchain(struct conn *c, const char *addr)
}
/*
- * Here we communicate with the letsencrypt server.
+ * Here we communicate with the ACME server.
* For this, we'll need the certificate we want to upload and our
* account key information.
*/