/[pkg-mixmaster]/trunk/Mix/Src/stats.c
ViewVC logotype

Diff of /trunk/Mix/Src/stats.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 62 by rabbi, Thu Jan 10 23:59:16 2002 UTC revision 64 by rabbi, Fri Jan 18 09:57:05 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Remailer statistics     Remailer statistics
9     $Id: stats.c,v 1.2 2002/01/10 23:59:16 rabbi Exp $ */     $Id: stats.c,v 1.3 2002/01/18 09:57:05 rabbi Exp $ */
10    
11    
12  #include "mix3.h"  #include "mix3.h"
# Line 305  void conf_premail(BUFFER *out) Line 305  void conf_premail(BUFFER *out)
305      buf_appends(out, " pgp");      buf_appends(out, " pgp");
306    if (PGP && !UNENCRYPTED)    if (PGP && !UNENCRYPTED)
307      buf_appends(out, " pgponly");      buf_appends(out, " pgponly");
308    if (REPGP) {    if (PGP && REPGP) {
309      if (REMIX == 1)      if (REMIX == 1)
310        buf_appends(out, " repgp");        buf_appends(out, " repgp");
311      else      else

Legend:
Removed from v.62  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC 1.1.5