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 98e497e3116b9..0ca8c9fd34f8f 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.7 2003/09/08 18:32:33 phk Exp $"); #include <sys/types.h> #include <sys/time.h> |