diff options
Diffstat (limited to 'util/iobuf.c')
-rw-r--r-- | util/iobuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/iobuf.c b/util/iobuf.c index a5ba91e6f..72322f35b 100644 --- a/util/iobuf.c +++ b/util/iobuf.c @@ -44,7 +44,7 @@ /* The size of the internal buffers. NOTE: If you change this value you MUST also adjust the regression - test "armored_key_8192" in armor.test! */ + test "armored_key_8192" and "nopad_armored_msg" in armor.test! */ #define IOBUF_BUFFER_SIZE 8192 |