diff options
Diffstat (limited to 'sys/crypto/sha2/sha2.c')
-rw-r--r-- | sys/crypto/sha2/sha2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/sha2/sha2.c b/sys/crypto/sha2/sha2.c index ed33b662db87d..e5d36bd186ec5 100644 --- a/sys/crypto/sha2/sha2.c +++ b/sys/crypto/sha2/sha2.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/sha2/sha2.c,v 1.9 2006/10/22 02:19:33 kevlo Exp $"); #include <sys/types.h> #include <sys/time.h> |