makedepend complains when a header file is included more than once in
authorRichard Levitte <levitte@openssl.org>
Mon, 14 Oct 2002 10:02:36 +0000 (10:02 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 14 Oct 2002 10:02:36 +0000 (10:02 +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 e870948e8df0a1cce0b41bcf88363f4a797c9469..599cc8bb1444b54795fddb6dd9dcb41075c13d31 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 45fa61834b7305fede8bc079f9f401973adc2d9e..e28951cbc47bb8ecfdd5e0e37ae025f7a1531e0d 100644 (file)
@@ -68,6 +68,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
@@ -191,7 +192,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};
@@ -276,7 +276,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 7a2c8db1b01d177dfffa8851c5828674a305d16a..3ac3c5a4a45ea3c144cb35acf8fd93dfe39e402d 100644 (file)
 #ifndef OPENSSL_NO_SHA
 #include <openssl/sha.h>
 #endif
-#include <openssl/evp.h>
 #include <openssl/e_os2.h>
 #include <openssl/ossl_typ.h>
 
index 4bbe612ac359fb948ac6d6997ca8c11cd998d8db..dca624091d3d82d82327335f284d54bc5421aeaf 100644 (file)
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -321,9 +321,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" {