From 176db6dc51ec0a972bfa8836cfdab8f6767c978a Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 22 Aug 2017 08:35:43 -0400 Subject: Use "" not <> for internal/ includes Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4217) --- crypto/asn1/bio_asn1.c | 2 +- crypto/async/async.c | 2 +- crypto/async/async_locl.h | 2 +- crypto/bio/b_addr.c | 2 +- crypto/bio/bio_lcl.h | 2 +- crypto/bio/bio_meth.c | 2 +- crypto/bn/bn_srp.c | 2 +- crypto/conf/conf_lib.c | 2 +- crypto/conf/conf_sap.c | 2 +- crypto/engine/eng_int.h | 4 ++-- crypto/engine/eng_openssl.c | 2 +- crypto/engine/eng_rdrand.c | 2 +- crypto/err/err.c | 8 ++++---- crypto/evp/c_allc.c | 2 +- crypto/evp/c_alld.c | 2 +- crypto/evp/e_rc5.c | 2 +- crypto/evp/names.c | 2 +- crypto/evp/pbe_scrypt.c | 2 +- crypto/init.c | 28 ++++++++++++++-------------- crypto/objects/o_names.c | 2 +- crypto/x509/x509_vfy.c | 4 ++-- 21 files changed, 39 insertions(+), 39 deletions(-) (limited to 'crypto') diff --git a/crypto/asn1/bio_asn1.c b/crypto/asn1/bio_asn1.c index e28ab27767..9146fb744b 100644 --- a/crypto/asn1/bio_asn1.c +++ b/crypto/asn1/bio_asn1.c @@ -14,7 +14,7 @@ */ #include -#include +#include "internal/bio.h" #include #include "internal/cryptlib.h" diff --git a/crypto/async/async.c b/crypto/async/async.c index 8c699af78e..1359b5061a 100644 --- a/crypto/async/async.c +++ b/crypto/async/async.c @@ -19,7 +19,7 @@ #include "async_locl.h" #include -#include +#include "internal/cryptlib_int.h" #include #define ASYNC_JOB_RUNNING 0 diff --git a/crypto/async/async_locl.h b/crypto/async/async_locl.h index f0ac05a3db..d7790293f7 100644 --- a/crypto/async/async_locl.h +++ b/crypto/async/async_locl.h @@ -20,7 +20,7 @@ # include #endif -#include +#include "internal/async.h" #include typedef struct async_ctx_st async_ctx; diff --git a/crypto/bio/b_addr.c b/crypto/bio/b_addr.c index 6d854927fe..b2cd83c392 100644 --- a/crypto/bio/b_addr.c +++ b/crypto/bio/b_addr.c @@ -16,7 +16,7 @@ #ifndef OPENSSL_NO_SOCK #include #include -#include +#include "internal/thread_once.h" CRYPTO_RWLOCK *bio_lookup_lock; static CRYPTO_ONCE bio_lookup_init = CRYPTO_ONCE_STATIC_INIT; diff --git a/crypto/bio/bio_lcl.h b/crypto/bio/bio_lcl.h index f7de429cbb..337621be7f 100644 --- a/crypto/bio/bio_lcl.h +++ b/crypto/bio/bio_lcl.h @@ -87,7 +87,7 @@ union bio_addr_st { /* END BIO_ADDRINFO/BIO_ADDR stuff. */ #include "internal/cryptlib.h" -#include +#include "internal/bio.h" typedef struct bio_f_buffer_ctx_struct { /*- diff --git a/crypto/bio/bio_meth.c b/crypto/bio/bio_meth.c index 3cbac5bf85..be6420c028 100644 --- a/crypto/bio/bio_meth.c +++ b/crypto/bio/bio_meth.c @@ -8,7 +8,7 @@ */ #include "bio_lcl.h" -#include +#include "internal/thread_once.h" CRYPTO_RWLOCK *bio_type_lock = NULL; static CRYPTO_ONCE bio_type_init = CRYPTO_ONCE_STATIC_INIT; diff --git a/crypto/bn/bn_srp.c b/crypto/bn/bn_srp.c index 58b1691eee..a68a4ac49f 100644 --- a/crypto/bn/bn_srp.c +++ b/crypto/bn/bn_srp.c @@ -13,7 +13,7 @@ #ifndef OPENSSL_NO_SRP #include -#include +#include "internal/bn_srp.h" # if (BN_BYTES == 8) # if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__) diff --git a/crypto/conf/conf_lib.c b/crypto/conf/conf_lib.c index 3532114917..74759c56d5 100644 --- a/crypto/conf/conf_lib.c +++ b/crypto/conf/conf_lib.c @@ -9,7 +9,7 @@ #include #include -#include +#include "internal/conf.h" #include #include #include diff --git a/crypto/conf/conf_sap.c b/crypto/conf/conf_sap.c index bed95abea4..0815109d81 100644 --- a/crypto/conf/conf_sap.c +++ b/crypto/conf/conf_sap.c @@ -10,7 +10,7 @@ #include #include #include "internal/cryptlib.h" -#include +#include "internal/conf.h" #include #include #include diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h index 0af8b8f8f9..60fdf820f0 100644 --- a/crypto/engine/eng_int.h +++ b/crypto/engine/eng_int.h @@ -12,8 +12,8 @@ # define HEADER_ENGINE_INT_H # include "internal/cryptlib.h" -# include -# include +# include "internal/engine.h" +# include "internal/thread_once.h" # include "internal/refcount.h" #ifdef __cplusplus diff --git a/crypto/engine/eng_openssl.c b/crypto/engine/eng_openssl.c index dce5cccfd8..02885f4680 100644 --- a/crypto/engine/eng_openssl.c +++ b/crypto/engine/eng_openssl.c @@ -11,7 +11,7 @@ #include #include #include "internal/cryptlib.h" -#include +#include "internal/engine.h" #include #include #include diff --git a/crypto/engine/eng_rdrand.c b/crypto/engine/eng_rdrand.c index b3defcbe4f..7be64e3fd4 100644 --- a/crypto/engine/eng_rdrand.c +++ b/crypto/engine/eng_rdrand.c @@ -11,7 +11,7 @@ #include #include -#include +#include "internal/engine.h" #include #include #include diff --git a/crypto/err/err.c b/crypto/err/err.c index eec071236e..ab08435af1 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -10,16 +10,16 @@ #include #include #include -#include -#include -#include +#include "internal/cryptlib_int.h" +#include "internal/err.h" +#include "internal/err_int.h" #include #include #include #include #include #include -#include +#include "internal/thread_once.h" static int err_load_strings(const ERR_STRING_DATA *str); diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c index 76edfbd37b..58a0691df7 100644 --- a/crypto/evp/c_allc.c +++ b/crypto/evp/c_allc.c @@ -10,7 +10,7 @@ #include #include "internal/cryptlib.h" #include -#include +#include "internal/evp_int.h" #include #include diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c index 86b2fc8584..088f65cd80 100644 --- a/crypto/evp/c_alld.c +++ b/crypto/evp/c_alld.c @@ -10,7 +10,7 @@ #include #include "internal/cryptlib.h" #include -#include +#include "internal/evp_int.h" #include #include diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c index f69ba5b2f5..a2f26d8c5f 100644 --- a/crypto/evp/e_rc5.c +++ b/crypto/evp/e_rc5.c @@ -13,7 +13,7 @@ #ifndef OPENSSL_NO_RC5 # include -# include +# include "internal/evp_int.h" # include # include "evp_locl.h" # include diff --git a/crypto/evp/names.c b/crypto/evp/names.c index a92be1fedf..41c3ceee3a 100644 --- a/crypto/evp/names.c +++ b/crypto/evp/names.c @@ -10,7 +10,7 @@ #include #include "internal/cryptlib.h" #include -#include +#include "internal/objects.h" #include #include "internal/evp_int.h" diff --git a/crypto/evp/pbe_scrypt.c b/crypto/evp/pbe_scrypt.c index 101bb1edbd..a52cd751f6 100644 --- a/crypto/evp/pbe_scrypt.c +++ b/crypto/evp/pbe_scrypt.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include "internal/numbers.h" #ifndef OPENSSL_NO_SCRYPT diff --git a/crypto/init.c b/crypto/init.c index fc01c827f3..c8f0a3f1ee 100644 --- a/crypto/init.c +++ b/crypto/init.c @@ -7,24 +7,24 @@ * https://www.openssl.org/source/license.html */ -#include +#include "internal/cryptlib_int.h" #include -#include -#include +#include "internal/rand_int.h" +#include "internal/bio.h" #include -#include -#include -#include -#include -#include -#include -#include -#include +#include "internal/evp_int.h" +#include "internal/conf.h" +#include "internal/async.h" +#include "internal/engine.h" +#include "internal/comp.h" +#include "internal/err.h" +#include "internal/err_int.h" +#include "internal/objects.h" #include #include -#include -#include -#include +#include "internal/thread_once.h" +#include "internal/dso.h" +#include "internal/store.h" static int stopped = 0; diff --git a/crypto/objects/o_names.c b/crypto/objects/o_names.c index cf96c56779..73676445c1 100644 --- a/crypto/objects/o_names.c +++ b/crypto/objects/o_names.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include "internal/thread_once.h" #include "obj_lcl.h" /* diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c index 58f88ba4fa..fd297e2082 100644 --- a/crypto/x509/x509_vfy.c +++ b/crypto/x509/x509_vfy.c @@ -22,8 +22,8 @@ #include #include #include -#include -#include +#include "internal/dane.h" +#include "internal/x509_int.h" #include "x509_lcl.h" /* CRL score values */ -- cgit v1.2.3