acmed: remove unused define

we don't use or care about the user agent.
This commit is contained in:
Ori Bernstein 2021-10-27 19:34:29 +00:00
parent d8a1437cf4
commit c5a0909b67

View file

@ -17,7 +17,6 @@ struct Hdr {
};
#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;