Module Name: src
Committed By: riastradh
Date: Tue Jul 23 22:32:22 UTC 2024
Modified Files:
src/lib/libcrypt: crypt-argon2.c
Log Message:
libcrypt/crypt-argon2.c: Add RCS id.
Noted in PR lib/57895.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libcrypt/crypt-argon2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libcrypt/crypt-argon2.c
diff -u src/lib/libcrypt/crypt-argon2.c:1.20 src/lib/libcrypt/crypt-argon2.c:1.21
--- src/lib/libcrypt/crypt-argon2.c:1.20 Sat Mar 9 13:48:50 2024
+++ src/lib/libcrypt/crypt-argon2.c Tue Jul 23 22:32:22 2024
@@ -1,3 +1,5 @@
+/* $NetBSD: crypt-argon2.c,v 1.21 2024/07/23 22:32:22 riastradh Exp $ */
+
/*
* Copyright (c) 2009 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -24,6 +26,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__RCSID("$NetBSD: crypt-argon2.c,v 1.21 2024/07/23 22:32:22 riastradh Exp $");
+
#include <sys/resource.h>
#include <sys/param.h>
#include <sys/sysctl.h>