OK?
p.s. I'm currently busy writing an ISC licensed bash in rust to safely
support HiCA. So this might take a while...
diff --git http.c http.c
index b7cead5fb2d..a644769ddd1 100644
--- http.c
+++ http.c
@@ -335,14 +335,14 @@ http_open(const struct http *http, int headreq, const
void *p, size_t psz)
c = asprintf(&req,
"HEAD %s HTTP/1.0\r\n"
"Host: %s\r\n"
- "User-Agent: OpenBSD-acme-client\r\n"
+ "User-Agent: Mozilla OpenBSD-acme-client\r\n"
"\r\n",
http->path, http->host);
else
c = asprintf(&req,
"GET %s HTTP/1.0\r\n"
"Host: %s\r\n"
- "User-Agent: OpenBSD-acme-client\r\n"
+ "User-Agent: Mozilla OpenBSD-acme-client\r\n"
"\r\n",
http->path, http->host);
} else {
--
In my defence, I have been left unsupervised.