makedepend complains when a header file is included more than once in

the same source file.
This commit is contained in:
Richard Levitte
2002-10-14 09:53:46 +00:00
parent 2d2ca3aab1
commit f6733ae577
8 changed files with 1 additions and 10 deletions

View File

@@ -19,7 +19,6 @@
# include <openssl/des.h>
#endif
#ifndef NO_MD5CRYPT_1
# include <openssl/evp.h>
# include <openssl/md5.h>
#endif