tRemove useless comment - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 921f7817b6057ac6d1efd12165e1593b0accfc4e
(DIR) parent d96224299eea385265b405cc59a3b4881e75d69c
(HTM) Author: sin <sin@2f30.org>
Date: Sun, 5 May 2019 21:22:06 +0100
Remove useless comment
Diffstat:
M bencrypt.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/bencrypt.c b/bencrypt.c
t@@ -260,7 +260,6 @@ beget(struct bctx *bctx, unsigned char *md, void *buf, size_t *n)
/* Calculate maximum size of encrypted block */
size = EDSIZE + *n + crypto_aead_xchacha20poly1305_ietf_ABYTES;
- /* Allocate buffer to store encrypted block */
ebuf = malloc(size);
if (ebuf == NULL) {
bseterr("malloc: %s", strerror(errno));