v2.2.25 release candidate released

James lista at xdrv.co.uk
Thu Jun 30 13:57:15 UTC 2016


On 30/06/2016 13:49, Timo Sirainen wrote:

> http://dovecot.org/releases/2.2/rc/dovecot-2.2.25.rc1.tar.gz


Compiling on Solaris with studio compiler gives:

"dcrypt.c", line 139: void function cannot return value
cc: acomp failed for dcrypt.c




--- ../original/src/lib-dcrypt/dcrypt.c	2016-06-27 10:05:04.000000000 +0100
+++ src/lib-dcrypt/dcrypt.c	2016-06-30 14:12:29.466826659 +0100
@@ -136,7 +136,7 @@

  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)




More information about the dovecot mailing list