From b6c74373464ef602584be98cdfb88646eebb5365 Mon Sep 17 00:00:00 2001 From: benno Date: Tue, 24 Aug 2021 10:07:30 +0000 Subject: [PATCH] fix outdated comments, from Emil Engler, thanks. --- usr.sbin/acme-client/netproc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/acme-client/netproc.c b/usr.sbin/acme-client/netproc.c index 2fed5924b19..4298b53d571 100644 --- a/usr.sbin/acme-client/netproc.c +++ b/usr.sbin/acme-client/netproc.c @@ -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 * @@ -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 */ -- 2.20.1