diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-01 15:35:36 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-17 10:11:18 -0400 |
commit | cbdf2c5d8f6fcce432e2355f406ca9e3c2340a5b (patch) | |
tree | 3a353cccbff8b5997c68177f7ea497209038edb3 /configure.ac | |
parent | 1b52e95028e0d84b7a112e4b8f2e393261dbb19c (diff) | |
download | tor-cbdf2c5d8f6fcce432e2355f406ca9e3c2340a5b.tar.gz tor-cbdf2c5d8f6fcce432e2355f406ca9e3c2340a5b.zip |
Add a tor_getpass to read passphrases. Needs better backend.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 952fc9fb01..6010172a70 100644 --- a/configure.ac +++ b/configure.ac @@ -386,6 +386,7 @@ AC_CHECK_FUNCS( ftime \ getaddrinfo \ getifaddrs \ + getpass \ getrlimit \ gettimeofday \ gmtime_r \ @@ -399,6 +400,7 @@ AC_CHECK_FUNCS( pipe \ pipe2 \ prctl \ + readpassphrase \ rint \ sigaction \ socketpair \ @@ -926,6 +928,7 @@ AC_CHECK_HEADERS( netinet/in.h \ netinet/in6.h \ pwd.h \ + readpassphrase.h \ stdint.h \ sys/eventfd.h \ sys/file.h \ |