Fix error message - dedup - deduplicating backup program HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit d7e3a0358ece64c1d797e149c61c16472664b909 DIR parent 507fc4bcf4bbfe7d0fefa6c8cdd699322715da61 HTML Author: sin <sin@2f30.org> Date: Tue, 7 May 2019 18:11:34 +0100 Fix error message Diffstat: M bencrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/bencrypt.c b/bencrypt.c @@ -293,7 +293,7 @@ beget(struct bctx *bctx, unsigned char *md, void *buf, size_t *n) ebuf, EDSIZE, ed.nonce, ectx->key) < 0) { free(ebuf); - bseterr("authentication or decryption failed"); + bseterr("authentication failed"); return -1; }