diff options
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index 81d205eb9..1bcec568b 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -475,7 +475,7 @@ main(int c, char**v) { test_buffers(); puts("========================== Crypto =========================="); test_crypto_dh(); - test_crypto(); /* this seg faults :( */ /* Still? -NM 2003/04/30 */ + test_crypto(); puts("\n========================== Util ============================"); test_util(); puts(""); |