]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-dcrypt: Compiling fix
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 30 Jun 2016 15:13:52 +0000 (18:13 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 30 Jun 2016 15:13:52 +0000 (18:13 +0300)
src/lib-dcrypt/dcrypt.c

index 7592aa8a91f910202ce7124d2d3e9659e4332f12..2269923c61b8d24cfab586b773ec6f65ddad454c 100644 (file)
@@ -136,7 +136,7 @@ bool dcrypt_ctx_sym_final(struct dcrypt_context_symmetric *ctx, buffer_t *result
 
 void dcrypt_ctx_sym_set_padding(struct dcrypt_context_symmetric *ctx, bool padding)
 {
-       return dcrypt_vfs->ctx_sym_set_padding(ctx, padding);
+       dcrypt_vfs->ctx_sym_set_padding(ctx, padding);
 }
 
 bool dcrypt_ctx_hmac_create(const char *algorithm, struct dcrypt_context_hmac **ctx_r, const char **error_r)