diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-10 15:20:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-10 15:20:30 -0400 |
commit | e7f5f48d68553206b95cbb4f610702c887500124 (patch) | |
tree | 75cbf04d94e08c92d48f3518d506ec1166e862df /src/tools/tor-gencert.c | |
parent | 41640b65735ec6214aa5080c2143b0982a59bb93 (diff) | |
download | tor-e7f5f48d68553206b95cbb4f610702c887500124.tar.gz tor-e7f5f48d68553206b95cbb4f610702c887500124.zip |
Rename torlog.[ch] to log.[ch]
Fun fact: these files used to be called log.[ch] until we ran into
conflicts with systems having a log.h file. But now that we always
include "lib/log/log.h", we should be fine.
Diffstat (limited to 'src/tools/tor-gencert.c')
-rw-r--r-- | src/tools/tor-gencert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tor-gencert.c b/src/tools/tor-gencert.c index 0e3ab24083..ff924152a6 100644 --- a/src/tools/tor-gencert.c +++ b/src/tools/tor-gencert.c @@ -38,7 +38,7 @@ ENABLE_GCC_WARNING(redundant-decls) #include "lib/encoding/binascii.h" #include "lib/encoding/time_fmt.h" #include "lib/fs/files.h" -#include "lib/log/torlog.h" +#include "lib/log/log.h" #include "lib/malloc/malloc.h" #include "lib/net/address.h" #include "lib/net/inaddr.h" |