diff options
Diffstat (limited to 'storage/bdb/hmac/sha1.c')
-rw-r--r-- | storage/bdb/hmac/sha1.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/storage/bdb/hmac/sha1.c b/storage/bdb/hmac/sha1.c index 2f2c806a21f..8824796f099 100644 --- a/storage/bdb/hmac/sha1.c +++ b/storage/bdb/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> |