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