dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit d7e3a0358ece64c1d797e149c61c16472664b909
parent 507fc4bcf4bbfe7d0fefa6c8cdd699322715da61
Author: sin <sin@2f30.org>
Date:   Tue,  7 May 2019 18:11:34 +0100

Fix error message

Diffstat:
Mbencrypt.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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; }