From: Mark Wooding Date: Mon, 4 Sep 2017 08:09:16 +0000 (+0100) Subject: server/bulkcrypto.c (gencomp_chal): Remove pointless extra `tagsz' member. X-Git-Tag: 1.5.0~100 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/e14a412e8a38e5fd54c2f7db4a4c2f75dadbeef0 server/bulkcrypto.c (gencomp_chal): Remove pointless extra `tagsz' member. It's not like anybody ever did anything with it. --- diff --git a/server/bulkcrypto.c b/server/bulkcrypto.c index 0f6c6562..3f2213e2 100644 --- a/server/bulkcrypto.c +++ b/server/bulkcrypto.c @@ -72,7 +72,7 @@ typedef struct gencomp_algs { typedef struct gencomp_chal { bulkchal _b; - gmac *m; size_t tagsz; + gmac *m; } gencomp_chal; static int gencomp_getalgs(gencomp_algs *a, const algswitch *asw,