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 208789ab1339..d03e9ae6591b 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.32.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/cdefs.h> |