diff options
Diffstat (limited to 'sys/crypto/sha1.c')
-rw-r--r-- | sys/crypto/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/sha1.c b/sys/crypto/sha1.c index 208789ab13392..2e587aa36cf0c 100644 --- a/sys/crypto/sha1.c +++ b/sys/crypto/sha1.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/sha1.c,v 1.9.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/cdefs.h> |