diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-02 11:21:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-05 09:22:02 -0500 |
commit | 50436ccea4bd200e45196ccce7acff28f293a4de (patch) | |
tree | 97385995bcd29d7bf8d8b9a49bdeb884675369ae /src/test/testing_common.c | |
parent | cfe5b35edb38cef6312ef0b4ae44fb0e20342706 (diff) | |
download | tor-50436ccea4bd200e45196ccce7acff28f293a4de.tar.gz tor-50436ccea4bd200e45196ccce7acff28f293a4de.zip |
Add crypto module as a subsystem.
Diffstat (limited to 'src/test/testing_common.c')
-rw-r--r-- | src/test/testing_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/testing_common.c b/src/test/testing_common.c index 818bb58c9a..d4c5632334 100644 --- a/src/test/testing_common.c +++ b/src/test/testing_common.c @@ -331,8 +331,6 @@ main(int c, const char **v) free_pregenerated_keys(); - crypto_global_cleanup(); - if (have_failed) return 1; else |