diff options
author | 2016-10-04 15:41:07 +0000 | |
---|---|---|
committer | 2016-10-04 15:41:07 +0000 | |
commit | a748b8770ef5c0c3e9b36a78c119f66ec396b9a4 (patch) | |
tree | 3e6331e39d7b781d0e80f10b957a6eed1963c25b | |
parent | tls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT - handle this (diff) | |
download | wireguard-openbsd-a748b8770ef5c0c3e9b36a78c119f66ec396b9a4.tar.xz wireguard-openbsd-a748b8770ef5c0c3e9b36a78c119f66ec396b9a4.zip |
s/letsencrypt/ACME/
-rw-r--r-- | usr.sbin/acme-client/netproc.c | 4 |
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. */ |