Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66964decfa | ||
|
|
4a760096e6 | ||
|
|
a4ce883a4b | ||
|
|
853e1535a7 | ||
|
|
11d0d6ad34 | ||
|
|
6518797401 | ||
|
|
05344402d2 |
+2
-1
@@ -1,4 +1,4 @@
|
||||
/* $Id: audit-bsm.c,v 1.4 2006/09/01 05:38:36 djm Exp $ */
|
||||
/* $Id: audit-bsm.c,v 1.4.2.1 2006/09/30 22:10:21 dtucker Exp $ */
|
||||
|
||||
/*
|
||||
* TODO
|
||||
@@ -39,6 +39,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
+6
-3
@@ -1,4 +1,4 @@
|
||||
# $Id: configure.ac,v 1.367 2006/09/24 19:08:59 tim Exp $
|
||||
# $Id: configure.ac,v 1.367.2.2 2006/10/06 23:09:27 dtucker Exp $
|
||||
#
|
||||
# Copyright (c) 1999-2004 Damien Miller
|
||||
#
|
||||
@@ -15,7 +15,7 @@
|
||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
AC_INIT(OpenSSH, Portable, [email protected])
|
||||
AC_REVISION($Revision: 1.367 $)
|
||||
AC_REVISION($Revision: 1.367.2.2 $)
|
||||
AC_CONFIG_SRCDIR([ssh.c])
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
@@ -1916,7 +1916,7 @@ AC_ARG_WITH(ssl-engine,
|
||||
AC_TRY_COMPILE(
|
||||
[ #include <openssl/engine.h>],
|
||||
[
|
||||
int main(void){ENGINE_load_builtin_engines();ENGINE_register_all_complete();}
|
||||
ENGINE_load_builtin_engines();ENGINE_register_all_complete();
|
||||
],
|
||||
[ AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(USE_OPENSSL_ENGINE, 1,
|
||||
@@ -3145,7 +3145,10 @@ AC_ARG_WITH(selinux,
|
||||
AC_MSG_ERROR(SELinux support requires selinux.h header))
|
||||
AC_CHECK_LIB(selinux, setexeccon, [ LIBSELINUX="-lselinux" ],
|
||||
AC_MSG_ERROR(SELinux support requires libselinux library))
|
||||
save_LIBS="$LIBS"
|
||||
LIBS="$LIBS $LIBSELINUX"
|
||||
AC_CHECK_FUNCS(getseuserbyname get_default_context_with_level)
|
||||
LIBS="$save_LIBS"
|
||||
fi ]
|
||||
)
|
||||
AC_SUBST(LIBSELINUX)
|
||||
|
||||
Reference in New Issue
Block a user