commit | 2aa9043ad33776323393f82c8a542d46bdedc34d | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Oct 04 07:32:46 2001 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Thu Oct 04 07:32:46 2001 +0000 |
tree | bc5fcc190d351de0fcfe92e33e8cc676889546cd | |
parent | 1a095560f79c002ca5bcbac531e12f7e770d8d37 [diff] [blame] |
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 57ca765..07ddd4c 100644 --- a/apps/apps.h +++ b/apps/apps.h
@@ -68,7 +68,7 @@ #include <openssl/lhash.h> #include <openssl/conf.h> #include <openssl/txt_db.h> -#include <openssl/types.h> +#include <openssl/ossl_typ.h> 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);