Add crypto module as a subsystem.

This commit is contained in:
Nick Mathewson
2018-11-02 11:21:06 -04:00
parent cfe5b35edb
commit 50436ccea4
7 changed files with 44 additions and 9 deletions
-2
View File
@@ -331,8 +331,6 @@ main(int c, const char **v)
free_pregenerated_keys();
crypto_global_cleanup();
if (have_failed)
return 1;
else