makedepend complains when a header file is included more than once in
authorRichard Levitte <levitte@openssl.org>
Mon, 14 Oct 2002 09:53:46 +0000 (09:53 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 14 Oct 2002 09:53:46 +0000 (09:53 +0000)
the same source file.

apps/passwd.c
apps/pkcs8.c
crypto/asn1/asn1.h
crypto/bio/bss_bio.c
crypto/engine/eng_openssl.c
crypto/err/err_prn.c
crypto/x509/x509.h
ssl/ssl.h

index ad8e7b0349bc1bc4a99624ea567ea53016238484..0c2cf62e8bec2e93f767fa4f99c3a1c848978fd3 100644 (file)
@@ -19,7 +19,6 @@
 # include <openssl/des.h>
 #endif
 #ifndef NO_MD5CRYPT_1
-# include <openssl/evp.h>
 # include <openssl/md5.h>
 #endif
 
index 912e32006b6c4d75ec66c6eb88932d1482237c54..f86474dd2516868c9e423e28bfa3130e920fa642 100644 (file)
@@ -63,7 +63,6 @@
 #include <openssl/evp.h>
 #include <openssl/pkcs12.h>
 
-#include "apps.h"
 #define PROG pkcs8_main
 
 int MAIN(int, char **);
index dbb30f4f2224bad9aca95f7fdde9f7b67c278957..28b5b008f876954ccb9318285fd611bdd59baa46 100644 (file)
@@ -70,7 +70,6 @@
 
 #include <openssl/symhacks.h>
 
-#include <openssl/e_os2.h>
 #include <openssl/ossl_typ.h>
 
 #ifdef OPENSSL_BUILD_SHLIBCRYPTO
index 67b1279b99a790ef520b79638b9c3cb37d9f7796..aa58dab046b2e90a1cf59f69c9b68fd670f1adac 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <openssl/bio.h>
 #include <openssl/err.h>
-#include <openssl/err.h>
 #include <openssl/crypto.h>
 
 #include "e_os.h"
index e9d976f46bf8b5c34fe4d201899d2c64a14c0df6..9253ac6d1008ada4c01dd1e278e804deea0ab48c 100644 (file)
@@ -63,6 +63,7 @@
 #include <openssl/engine.h>
 #include <openssl/dso.h>
 #include <openssl/pem.h>
+#include <openssl/evp.h>
 
 /* This testing gunk is implemented (and explained) lower down. It also assumes
  * the application explicitly calls "ENGINE_load_openssl()" because this is no
@@ -180,7 +181,6 @@ IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
  *        the "init_key" handler is called.
  *    TEST_ENG_OPENSSL_RC4_P_CIPHER - ditto for the "cipher" handler.
  */
-#include <openssl/evp.h>
 #include <openssl/rc4.h>
 #define TEST_RC4_KEY_SIZE              16
 static int test_cipher_nids[] = {NID_rc4,NID_rc4_40};
@@ -265,7 +265,6 @@ static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
 
 #ifdef TEST_ENG_OPENSSL_SHA
 /* Much the same sort of comment as for TEST_ENG_OPENSSL_RC4 */
-#include <openssl/evp.h>
 #include <openssl/sha.h>
 static int test_digest_nids[] = {NID_sha1};
 static int test_digest_nids_number = 1;
index c156663f0effabec98b5d9cb33d85193874f8d22..81e34bd6ce7acfeccbe690aa6ab9953c390ed350 100644 (file)
@@ -62,7 +62,6 @@
 #include "cryptlib.h"
 #include <openssl/buffer.h>
 #include <openssl/err.h>
-#include <openssl/crypto.h>
 
 void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
                         void *u)
index 7095440d3695bb190a987f8622f58e7fe8ac3c2a..b4a6c46d48a285ce3c304d5225694b847ac5f2e0 100644 (file)
@@ -87,7 +87,6 @@
 #ifndef OPENSSL_NO_SHA
 #include <openssl/sha.h>
 #endif
-#include <openssl/evp.h>
 #include <openssl/e_os2.h>
 #include <openssl/ossl_typ.h>
 
index 94e6fd4f1cf1f9bbe934e0fc11e95234634a7269..bdeefb2175c4bb5a59bb0eaec98291e4c776b6da 100644 (file)
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -315,9 +315,7 @@ extern "C" {
 #include <openssl/crypto.h>
 #include <openssl/lhash.h>
 #include <openssl/buffer.h>
-#include <openssl/bio.h>
 #include <openssl/pem.h>
-#include <openssl/x509.h>
 
 #ifdef  __cplusplus
 extern "C" {