Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcrypt remove dup assignments (RVP)
details: https://anonhg.NetBSD.org/src/rev/f09d9052524a
branches: trunk
changeset: 361538:f09d9052524a
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 13 13:32:03 2022 +0000
description:
remove dup assignments (RVP)
diffstat:
lib/libcrypt/crypt-argon2.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diffs (13 lines):
diff -r 7ff14d01827b -r f09d9052524a lib/libcrypt/crypt-argon2.c
--- a/lib/libcrypt/crypt-argon2.c Sun Feb 13 12:48:12 2022 +0000
+++ b/lib/libcrypt/crypt-argon2.c Sun Feb 13 13:32:03 2022 +0000
@@ -386,9 +386,6 @@
/* we use static buffers to avoid allocation */
/* and easier cleanup */
- ctx.out = (uint8_t *)ebuf;
- ctx.outlen = sizeof(ebuf);
-
ctx.out = (uint8_t *)encodebuf;
ctx.outlen = sizeof(encodebuf);
Home |
Main Index |
Thread Index |
Old Index