diff options
Diffstat (limited to 'sys/crypto/blowfish/bf_skey.c')
-rw-r--r-- | sys/crypto/blowfish/bf_skey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/blowfish/bf_skey.c b/sys/crypto/blowfish/bf_skey.c index df8d1cf3d779a..9abd6c12caa54 100644 --- a/sys/crypto/blowfish/bf_skey.c +++ b/sys/crypto/blowfish/bf_skey.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/blowfish/bf_skey.c,v 1.6 2003/06/10 21:38:38 obrien Exp $"); #include <sys/types.h> #include <sys/time.h> |