server/test.c: Trace the key-exchange and bulk crypto details.
[tripe] / server / test.c
index f83cd1e..7e25d50 100644 (file)
@@ -133,7 +133,9 @@ int main(int argc, char *argv[])
 
   km_init(kr, kr, tag);
   if (!master) die(3, "failed to load the master key");
-  T( trace_on(stderr, tr_flags); )
+  T( trace_on(stderr, tr_flags);
+     master->grp->ops->tracegrp(master->grp);
+     master->algs.bulk->ops->tracealgs(master->algs.bulk); )
 
   arg = getarg();
   if (strcmp(arg, "ies-encrypt") == 0) {