summaryrefslogtreecommitdiff
path: root/sys/crypto/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/md5.c')
-rw-r--r--sys/crypto/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/md5.c b/sys/crypto/md5.c
index 615a133f9b57..04bce61db242 100644
--- a/sys/crypto/md5.c
+++ b/sys/crypto/md5.c
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/crypto/md5.c,v 1.7 2003/06/10 21:36:57 obrien Exp $");
#include <sys/types.h>
#include <sys/cdefs.h>