summaryrefslogtreecommitdiff
path: root/db/hmac/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'db/hmac/sha1.c')
-rw-r--r--db/hmac/sha1.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/db/hmac/sha1.c b/db/hmac/sha1.c
index 2f2c806a2..8824796f0 100644
--- a/db/hmac/sha1.c
+++ b/db/hmac/sha1.c
@@ -1,8 +1,9 @@
+/*
+ * $Id: sha1.c,v 1.14 2004/01/28 03:36:11 bostic Exp $
+ */
+
#include "db_config.h"
-#ifndef lint
-static const char revid[] = "$Id: sha1.c,v 1.13 2002/04/09 13:40:36 sue Exp $";
-#endif /* not lint */
/*
SHA-1 in C
By Steve Reid <sreid@sea-to-sky.net>