From d9ebda31523fc57b91be3e89a728dcfcfa3eb572 Mon Sep 17 00:00:00 2001 From: Jan F Date: Thu, 17 Feb 2011 17:55:34 +0100 Subject: [PATCH] improve audit of server ket management --- openssh-5.8p1-audit2a.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openssh-5.8p1-audit2a.patch diff --git a/openssh-5.8p1-audit2a.patch b/openssh-5.8p1-audit2a.patch new file mode 100644 index 0000000..df48c4d --- /dev/null +++ b/openssh-5.8p1-audit2a.patch @@ -0,0 +1,11 @@ +diff -up openssh-5.8p1/audit.c.audit2a openssh-5.8p1/audit.c +--- openssh-5.8p1/audit.c.audit2a 2011-02-17 15:05:55.000000000 +0100 ++++ openssh-5.8p1/audit.c 2011-02-17 15:06:13.000000000 +0100 +@@ -36,6 +36,7 @@ + #include "key.h" + #include "hostfile.h" + #include "auth.h" ++#include "xmalloc.h" + + /* + * Care must be taken when using this since it WILL NOT be initialized when