diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-12-05 18:19:44 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-18 14:59:55 -0400 |
commit | d303228ecae1d4c5d9a242b12a4546366544a170 (patch) | |
tree | e0e1e5dcd39ec95cea27dc82cc95aac4e04a6005 /src/or/control.h | |
parent | ba30d635c5efbbb6a9455925720196b9d56163f6 (diff) | |
download | tor-d303228ecae1d4c5d9a242b12a4546366544a170.tar.gz tor-d303228ecae1d4c5d9a242b12a4546366544a170.zip |
Create the Extended ORPort authentication cookie file.
Diffstat (limited to 'src/or/control.h')
-rw-r--r-- | src/or/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.h b/src/or/control.h index d0f682067e..663824ce31 100644 --- a/src/or/control.h +++ b/src/or/control.h @@ -77,7 +77,7 @@ int control_event_buildtimeout_set(const circuit_build_times_t *cbt, buildtimeout_set_event_t type); int control_event_signal(uintptr_t signal); -int init_cookie_authentication(int enabled); +int init_control_auth_cookie_authentication(int enabled); smartlist_t *decode_hashed_passwords(config_line_t *passwords); void disable_control_logging(void); void enable_control_logging(void); |