mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
- (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze
This commit is contained in:
parent
2df1bec086
commit
a6e60616be
@ -1,3 +1,6 @@
|
|||||||
|
20110818
|
||||||
|
- (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze
|
||||||
|
|
||||||
20110817
|
20110817
|
||||||
- (tim) [mac.c myproposal.h] Wrap SHA256 and SHA512 in ifdefs for
|
- (tim) [mac.c myproposal.h] Wrap SHA256 and SHA512 in ifdefs for
|
||||||
OpenSSL 0.9.7. ok djm
|
OpenSSL 0.9.7. ok djm
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.479 2011/08/17 01:59:26 djm Exp $
|
# $Id: configure.ac,v 1.480 2011/08/18 04:48:24 tim Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999-2004 Damien Miller
|
# Copyright (c) 1999-2004 Damien Miller
|
||||||
#
|
#
|
||||||
@ -15,7 +15,7 @@
|
|||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
|
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
|
||||||
AC_REVISION($Revision: 1.479 $)
|
AC_REVISION($Revision: 1.480 $)
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
AC_LANG([C])
|
AC_LANG([C])
|
||||||
|
|
||||||
@ -2510,7 +2510,7 @@ elif test -z "$sandbox_arg" || test "x$sandbox_arg" = "xno" || \
|
|||||||
SANDBOX_STYLE="none"
|
SANDBOX_STYLE="none"
|
||||||
AC_DEFINE([SANDBOX_NULL], [1], [no privsep sandboxing])
|
AC_DEFINE([SANDBOX_NULL], [1], [no privsep sandboxing])
|
||||||
else
|
else
|
||||||
AC_MSG_ERROR([unsupported -with-sandbox])
|
AC_MSG_ERROR([unsupported --with-sandbox])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Cheap hack to ensure NEWS-OS libraries are arranged right.
|
# Cheap hack to ensure NEWS-OS libraries are arranged right.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user