summaryrefslogtreecommitdiff
path: root/sys/crypto/blowfish/bf_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/blowfish/bf_ecb.c')
-rw-r--r--sys/crypto/blowfish/bf_ecb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/blowfish/bf_ecb.c b/sys/crypto/blowfish/bf_ecb.c
index a40c06e0c60ff..5670d83ccd094 100644
--- a/sys/crypto/blowfish/bf_ecb.c
+++ b/sys/crypto/blowfish/bf_ecb.c
@@ -57,7 +57,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/crypto/blowfish/bf_ecb.c,v 1.1 2003/10/13 19:26:08 ume Exp $");
#include <sys/types.h>
#include <crypto/blowfish/blowfish.h>