From a6b95f01cc8feb9d9099c4de4ade00cedf2c9ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 9 Sep 2015 13:47:28 +0200 Subject: [PATCH] Print I/O buffer size in memory.sh --- scripts/memory.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/memory.sh b/scripts/memory.sh index 0738e7de2..3dad2899c 100755 --- a/scripts/memory.sh +++ b/scripts/memory.sh @@ -52,6 +52,8 @@ do_config() scripts/config.pl unset $FLAG done + grep -F SSL_MAX_CONTENT_LEN $CONFIG_H || echo 'SSL_MAX_CONTENT_LEN=16384' + printf " Executable size... " make clean