diff options
author | John Kohl <jtkohl@mit.edu> | 1991-02-26 14:03:53 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1991-02-26 14:03:53 +0000 |
commit | 023c4acf5c4ded54dabd904800afb651869e81b3 (patch) | |
tree | 806cf47d7d1f95fef01df598996f1549405f5db7 /src/lib/crypto/md4 | |
parent | 139d85874cfbf52a50adbad0db1c4d1e98439de3 (diff) | |
download | krb5-023c4acf5c4ded54dabd904800afb651869e81b3.tar.gz krb5-023c4acf5c4ded54dabd904800afb651869e81b3.tar.xz krb5-023c4acf5c4ded54dabd904800afb651869e81b3.zip |
forgot to /* */ a comment on #endif
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1787 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/md4')
-rw-r--r-- | src/lib/crypto/md4/md4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/md4/md4.c b/src/lib/crypto/md4/md4.c index 8b8bc8cbc2..1e1be98188 100644 --- a/src/lib/crypto/md4/md4.c +++ b/src/lib/crypto/md4/md4.c @@ -6,7 +6,7 @@ #ifndef lint static char rcsid_md4_c[] = "$Id$"; -#endif lint +#endif /* lint */ /* ********************************************************************** |