-/* $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>
*
#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 */
};
/*
- * Used for CURL communications.
+ * Used for communication with other processes.
*/
struct conn {
const char *newnonce; /* nonce authority */