server/bulkcrypto.c (gencomp_chal): Remove pointless extra `tagsz' member.
[tripe] / 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,