Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcrypt Make it compile again
details: https://anonhg.NetBSD.org/src/rev/0c03a43669ef
branches: trunk
changeset: 366509:0c03a43669ef
user: martin <martin%NetBSD.org@localhost>
date: Sun May 29 12:15:00 2022 +0000
description:
Make it compile again
diffstat:
lib/libcrypt/crypt-argon2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5f487f20cf06 -r 0c03a43669ef lib/libcrypt/crypt-argon2.c
--- a/lib/libcrypt/crypt-argon2.c Sun May 29 11:55:05 2022 +0000
+++ b/lib/libcrypt/crypt-argon2.c Sun May 29 12:15:00 2022 +0000
@@ -335,7 +335,7 @@
}
a = strsep(&inp, "$");
- if (a == null) {
+ if (a == NULL) {
free(in);
return -1;
}
Home |
Main Index |
Thread Index |
Old Index