fix outdated comments, from Emil Engler, thanks.
authorbenno <benno@openbsd.org>
Tue, 24 Aug 2021 10:07:30 +0000 (10:07 +0000)
committerbenno <benno@openbsd.org>
Tue, 24 Aug 2021 10:07:30 +0000 (10:07 +0000)
usr.sbin/acme-client/netproc.c

index 2fed592..4298b53 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: netproc.c,v 1.30 2021/07/12 15:09:20 beck Exp $ */
+/*     $Id: netproc.c,v 1.31 2021/08/24 10:07:30 benno Exp $ */
 /*
  * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -33,7 +33,7 @@
 #define RETRY_MAX 10
 
 /*
- * Buffer used when collecting the results of a CURL transfer.
+ * Buffer used when collecting the results of an http transfer.
  */
 struct buf {
        char    *buf; /* binary buffer */
@@ -41,7 +41,7 @@ struct        buf {
 };
 
 /*
- * Used for CURL communications.
+ * Used for communication with other processes.
  */
 struct conn {
        const char        *newnonce; /* nonce authority */