From 11084609c903d89fb2bb2bf97c4f1a95e24c8d8a Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Jan 15 2015 14:27:59 +0000 Subject: increase size of AUDIT_LOG_SIZE to 256 --- diff --git a/openssh-6.4p1-audit.patch b/openssh-6.4p1-audit.patch index c1e7dfd..4ea6ea5 100644 --- a/openssh-6.4p1-audit.patch +++ b/openssh-6.4p1-audit.patch @@ -110,7 +110,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;