| 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" |
| 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 |