diff options
Diffstat (limited to 'src/support/crypto.c')
-rw-r--r-- | src/support/crypto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/support/crypto.c b/src/support/crypto.c index ab94ec2c829..cce0d228832 100644 --- a/src/support/crypto.c +++ b/src/support/crypto.c @@ -133,5 +133,4 @@ __wt_encrypt_size(WT_SESSION_IMPL *session, return; *sizep = incoming_size + kencryptor->size_const + WT_ENCRYPT_LEN_SIZE; - return; } |