diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-03 22:44:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-03 22:44:32 +0000 |
commit | 0c2234378b85aadf4a263a17209129ab21a5cf5e (patch) | |
tree | 543619b49322379f7dae944cfdb35bc028553d35 /src/tools/tor-gencert.c | |
parent | 58de695f9062576f74d3713e8dcb66e8b8a48a09 (diff) | |
download | tor-0c2234378b85aadf4a263a17209129ab21a5cf5e.tar.gz tor-0c2234378b85aadf4a263a17209129ab21a5cf5e.zip |
r17459@catbus: nickm | 2008-01-03 17:44:25 -0500
add init_logging calls to tor_gencert and tor_resolve
svn:r13028
Diffstat (limited to 'src/tools/tor-gencert.c')
-rw-r--r-- | src/tools/tor-gencert.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/tor-gencert.c b/src/tools/tor-gencert.c index ee4c96f477..d54f0ec40b 100644 --- a/src/tools/tor-gencert.c +++ b/src/tools/tor-gencert.c @@ -392,6 +392,8 @@ int main(int argc, char **argv) { int r = 1; + init_logging(); + /* Don't bother using acceleration. */ if (crypto_global_init(0)) { fprintf(stderr, "Couldn't initialize crypto library.\n"); |