diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-09 12:55:35 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-09 12:55:35 +1100 |
commit | e9cf357a99dcd2db14635974289e04f5f0808123 (patch) | |
tree | abedb37ba47ea77ee3c39aece61d6c245134c33b /md5crypt.h | |
parent | 5b828322227d9d07a8640c2df2946d5a1908505b (diff) |
- (djm) Add CVS Id's to files that we have missed
Diffstat (limited to 'md5crypt.h')
-rw-r--r-- | md5crypt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/md5crypt.h b/md5crypt.h index 2e018d878..21356fbe7 100644 --- a/md5crypt.h +++ b/md5crypt.h | |||
@@ -15,6 +15,8 @@ | |||
15 | * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu | 15 | * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /* $Id: md5crypt.h,v 1.3 2001/02/09 01:55:36 djm Exp $ */ | ||
19 | |||
18 | #ifndef _MD5CRYPT_H | 20 | #ifndef _MD5CRYPT_H |
19 | #define _MD5CRYPT_H | 21 | #define _MD5CRYPT_H |
20 | 22 | ||