Because there's chances we clash with the system's types.h, rename our

types.h to ossl_typ.h.
This commit is contained in:
Richard Levitte
2001-10-04 07:32:46 +00:00
parent 1a095560f7
commit 2aa9043ad3
11 changed files with 10 additions and 11 deletions

View File

@@ -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);