diff options
author | Damien Miller <djm@mindrot.org> | 2001-06-25 18:09:16 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-06-25 18:09:16 +1000 |
commit | c8a3868ed0a9c8291c36e79180e18342acd4ed71 (patch) | |
tree | a024fd99a20726e12852e34dabaa5a4735202a80 /configure.in | |
parent | 2d5ac08f13a8e1f52f00c8ad67f9f03736371cc2 (diff) |
- (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
Solaris
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 69d15bb8a..199c1a694 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.in,v 1.291 2001/06/22 21:14:19 stevesk Exp $ | 1 | # $Id: configure.in,v 1.292 2001/06/25 08:09:17 djm Exp $ |
2 | 2 | ||
3 | AC_INIT(ssh.c) | 3 | AC_INIT(ssh.c) |
4 | 4 | ||
@@ -460,7 +460,7 @@ AC_ARG_WITH(tcp-wrappers, | |||
460 | ) | 460 | ) |
461 | 461 | ||
462 | dnl Checks for library functions. | 462 | dnl Checks for library functions. |
463 | AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa clock dirname fchown fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getgrouplist getnameinfo getrlimit getrusage getttyent getusershell glob inet_aton inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty realpath rresvport_af setdtablesize setenv setegid seteuid setlogin setproctitle setresgid setreuid setrlimit setsid setvbuf sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep strtok_r sysconf tcgetpgrp utimes vsnprintf vhangup vis waitpid _getpty __b64_ntop) | 463 | AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa clock dirname fchown fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getgrouplist getnameinfo getrlimit getrusage getttyent getusershell glob inet_aton inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty readpassphrase realpath rresvport_af setdtablesize setenv setegid seteuid setlogin setproctitle setresgid setreuid setrlimit setsid setvbuf sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep strtok_r sysconf tcgetpgrp utimes vsnprintf vhangup vis waitpid _getpty __b64_ntop) |
464 | dnl Checks for time functions | 464 | dnl Checks for time functions |
465 | AC_CHECK_FUNCS(gettimeofday time) | 465 | AC_CHECK_FUNCS(gettimeofday time) |
466 | dnl Checks for libutil functions | 466 | dnl Checks for libutil functions |