From: Richard Levitte Date: Thu, 4 Oct 2001 07:32:46 +0000 (+0000) Subject: Because there's chances we clash with the system's types.h, rename our X-Git-Tag: OpenSSL_0_9_6c~26^2~154 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=2aa9043ad33776323393f82c8a542d46bdedc34d Because there's chances we clash with the system's types.h, rename our types.h to ossl_typ.h. --- diff --git a/apps/apps.h b/apps/apps.h index 57ca7659ae..07ddd4c3ad 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -68,7 +68,7 @@ #include #include #include -#include +#include int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn); int app_RAND_write_file(const char *file, BIO *bio_e); diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h index 279020be61..363070b8ab 100644 --- a/crypto/asn1/asn1.h +++ b/crypto/asn1/asn1.h @@ -71,7 +71,7 @@ #include #include -#include +#include #ifdef OPENSSL_BUILD_SHLIBCRYPTO # undef OPENSSL_EXTERN diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h index 65d61e2bb7..e9cb99d994 100644 --- a/crypto/dh/dh.h +++ b/crypto/dh/dh.h @@ -68,7 +68,7 @@ #endif #include #include -#include +#include #define DH_FLAG_CACHE_MONT_P 0x01 diff --git a/crypto/dsa/dsa.h b/crypto/dsa/dsa.h index 9692a0b6ff..dcdd28f94d 100644 --- a/crypto/dsa/dsa.h +++ b/crypto/dsa/dsa.h @@ -74,7 +74,7 @@ #endif #include #include -#include +#include #ifndef OPENSSL_NO_DH # include #endif diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index 51c108ec24..782d85a9be 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -59,7 +59,7 @@ #ifndef HEADER_ENGINE_H #define HEADER_ENGINE_H -#include +#include #include #ifndef OPENSSL_NO_RSA #include @@ -74,7 +74,6 @@ #include #include #include -#include #ifdef __cplusplus extern "C" { diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 494fa0c65e..5022d93dc9 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -67,7 +67,7 @@ # undef OPENSSL_ALGORITHM_DEFINES #endif -#include +#include #ifndef OPENSSL_NO_BIO #include diff --git a/crypto/types.h b/crypto/ossl_typ.h similarity index 100% rename from crypto/types.h rename to crypto/ossl_typ.h diff --git a/crypto/pkcs7/pkcs7.h b/crypto/pkcs7/pkcs7.h index 1dda0c5a58..946596c8d9 100644 --- a/crypto/pkcs7/pkcs7.h +++ b/crypto/pkcs7/pkcs7.h @@ -64,7 +64,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index 30e39c3545..e17aa7a9f7 100644 --- a/crypto/rand/rand.h +++ b/crypto/rand/rand.h @@ -60,7 +60,7 @@ #define HEADER_RAND_H #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h index 459dba08b1..47d12c9e8d 100644 --- a/crypto/rsa/rsa.h +++ b/crypto/rsa/rsa.h @@ -66,7 +66,7 @@ #endif #include #include -#include +#include #ifdef OPENSSL_NO_RSA #error RSA is disabled. diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index f1040ac7b7..9a4b0db435 100644 --- a/crypto/x509/x509.h +++ b/crypto/x509/x509.h @@ -89,7 +89,7 @@ #endif #include #include -#include +#include #ifdef __cplusplus extern "C" {