summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/support/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/support/crypto.c')
-rw-r--r--src/third_party/wiredtiger/src/support/crypto.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/src/support/crypto.c b/src/third_party/wiredtiger/src/support/crypto.c
index bc324921d52..7357fd0ff68 100644
--- a/src/third_party/wiredtiger/src/support/crypto.c
+++ b/src/third_party/wiredtiger/src/support/crypto.c
@@ -27,9 +27,8 @@ __wt_decrypt(
#endif
if (encrypt_len > in->size)
- WT_RET_MSG(session, WT_ERROR,
- "corrupted encrypted item: padded size less than "
- "actual size");
+ WT_RET_MSG(
+ session, WT_ERROR, "corrupted encrypted item: padded size less than actual size");
/*
* We're allocating the number of bytes we're expecting from decryption plus the unencrypted
* header.