From cf5c1140f24eec84ef2d6b70054cad780b295698 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Dec 11 2014 13:21:42 +0000 Subject: increase size of AUDIT_LOG_SIZE to 256 --- diff --git a/openssh-6.6p1-audit.patch b/openssh-6.6p1-audit.patch index 7e0c0f4..2ee2012 100644 --- a/openssh-6.6p1-audit.patch +++ b/openssh-6.6p1-audit.patch @@ -111,7 +111,7 @@ index b3ee2f4..946f7fa 100644 +#include "packet.h" +#include "cipher.h" -+#define AUDIT_LOG_SIZE 128 ++#define AUDIT_LOG_SIZE 256 + +extern ServerOptions options; +extern Authctxt *the_authctxt;