summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-14 10:02:36 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-14 10:02:36 +0000
commit677532629d84e39f4cb8edfe017fbfc8120d45d0 (patch)
tree81136eaf5d5ec7404c11d00a3c5c385df2ba1534 /apps
parent57d8ff79b27e0b5ed33220f605e714a921db998b (diff)
makedepend complains when a header file is included more than once in
the same source file.
Diffstat (limited to 'apps')
-rw-r--r--apps/passwd.c1
-rw-r--r--apps/pkcs8.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/passwd.c b/apps/passwd.c
index ad8e7b0349..0c2cf62e8b 100644
--- a/apps/passwd.c
+++ b/apps/passwd.c
@@ -19,7 +19,6 @@
# include <openssl/des.h>
#endif
#ifndef NO_MD5CRYPT_1
-# include <openssl/evp.h>
# include <openssl/md5.h>
#endif
diff --git a/apps/pkcs8.c b/apps/pkcs8.c
index 912e32006b..f86474dd25 100644
--- a/apps/pkcs8.c
+++ b/apps/pkcs8.c
@@ -63,7 +63,6 @@
#include <openssl/evp.h>
#include <openssl/pkcs12.h>
-#include "apps.h"
#define PROG pkcs8_main
int MAIN(int, char **);