summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-10-07 21:25:27 +1100
committerDamien Miller <djm@mindrot.org>2010-10-07 21:25:27 +1100
commitaa18063baf35e303832d9ec58204ffaab221de85 (patch)
tree0b3b3e436ca70f27734c99f6ace5503418b99001 /configure.ac
parent2beb32f290390c4f7c2a86dd5d096475e3b76c5b (diff)
- matthew@cvs.openbsd.org 2010/09/24 13:33:00
[misc.c misc.h configure.ac openbsd-compat/openbsd-compat.h] [openbsd-compat/timingsafe_bcmp.c] Add timingsafe_bcmp(3) to libc, mention that it's already in the kernel in kern(9), and remove it from OpenSSH. ok deraadt@, djm@ NB. re-added under openbsd-compat/ for portable OpenSSH
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d267ba2b1..9b67e3d47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.452 2010/09/10 01:39:27 djm Exp $ 1# $Id: configure.ac,v 1.453 2010/10/07 10:25:28 djm Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.452 $) 18AC_REVISION($Revision: 1.453 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -1434,6 +1434,7 @@ AC_CHECK_FUNCS( \
1434 swap32 \ 1434 swap32 \
1435 sysconf \ 1435 sysconf \
1436 tcgetpgrp \ 1436 tcgetpgrp \
1437 timingsafe_bcmp \
1437 truncate \ 1438 truncate \
1438 unsetenv \ 1439 unsetenv \
1439 updwtmpx \ 1440 updwtmpx \