diff options
Diffstat (limited to 'sys/crypto/blowfish/bf_cbc.c')
-rw-r--r-- | sys/crypto/blowfish/bf_cbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/blowfish/bf_cbc.c b/sys/crypto/blowfish/bf_cbc.c index 47092cb00876d..f28e0143537da 100644 --- a/sys/crypto/blowfish/bf_cbc.c +++ b/sys/crypto/blowfish/bf_cbc.c @@ -55,7 +55,7 @@ * copied and put under another distribution licence * [including the GNU Public Licence.] * - * $FreeBSD$ + * $FreeBSD: src/sys/crypto/blowfish/bf_cbc.c,v 1.1 1999/12/22 19:13:07 shin Exp $ */ #include <crypto/blowfish/blowfish.h> |