shithub: riscv

Download patch

ref: c5a0909b67d1700c096a361c2acaf12bcb3e0bad
parent: d8a1437cf4d604b66faad24f274b447d85039d63
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Oct 27 15:34:29 EDT 2021

acmed: remove unused define

we don't use or care about the user agent.

--- a/sys/src/cmd/auth/acmed.c
+++ b/sys/src/cmd/auth/acmed.c
@@ -17,7 +17,6 @@
 };
 
 #define Keyspec		"proto=rsa service=acme role=sign hash=sha256 acct=%s"
-#define Useragent	"useragent aclient-plan9"
 #define Contenttype	"contenttype application/jose+json"
 #define between(x,min,max)	(((min-1-x) & (x-max-1))>>8)
 int	debug;