commit 921f7817b6057ac6d1efd12165e1593b0accfc4e
parent d96224299eea385265b405cc59a3b4881e75d69c
Author: sin <sin@2f30.org>
Date: Sun, 5 May 2019 21:22:06 +0100
Remove useless comment
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/bencrypt.c b/bencrypt.c
@@ -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));