diff options
-rw-r--r-- | src/or/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/test.c b/src/or/test.c index 5f493d9e78..48978b6495 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -702,8 +702,8 @@ main(int c, char**v){ crypto_seed_rng(); setup_directory(); - puts("========================== Buffers ========================="); - test_buffers(); +// puts("========================== Buffers ========================="); +// test_buffers(); puts("\n========================== Crypto =========================="); test_crypto(); test_crypto_dh(); |