diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-25 15:18:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-25 15:18:21 -0400 |
commit | 9385b7ec5f6effce97ae26aa6cda08df5b90309b (patch) | |
tree | f06277853f07a568e76ad4f5f6da0a005bad6ce7 /src/core/include.am | |
parent | 8a350e088bf59355f5e2fa3a05fa545923d4e74d (diff) | |
download | tor-9385b7ec5f6effce97ae26aa6cda08df5b90309b.tar.gz tor-9385b7ec5f6effce97ae26aa6cda08df5b90309b.zip |
Rename dirauth/mode.h to dirauth/authmode.h
This is preparation for having a routermode.h as well
Diffstat (limited to 'src/core/include.am')
-rw-r--r-- | src/core/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/include.am b/src/core/include.am index 2369480bea..5e6e95da13 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -246,12 +246,12 @@ noinst_HEADERS += \ src/feature/control/control.h \ src/feature/control/control_connection_st.h \ src/feature/control/fmt_serverstatus.h \ + src/feature/dirauth/authmode.h \ src/feature/dirauth/bwauth.h \ src/feature/dirauth/dircollate.h \ src/feature/dirauth/dirvote.h \ src/feature/dirauth/guardfraction.h \ src/feature/dirauth/keypin.h \ - src/feature/dirauth/mode.h \ src/feature/dirauth/ns_detached_signatures_st.h \ src/feature/dirauth/reachability.h \ src/feature/dirauth/recommend_pkg.h \ |