server/bulkcrypto.c (gencomp_chal): Remove pointless extra `tagsz' member.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 4 Sep 2017 08:09:16 +0000 (09:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 14 Jun 2018 09:34:25 +0000 (10:34 +0100)
It's not like anybody ever did anything with it.

server/bulkcrypto.c

index 0f6c656..3f2213e 100644 (file)
@@ -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,