summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pkcs7.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-10-04 07:32:46 +0000
committerRichard Levitte <levitte@openssl.org>2001-10-04 07:32:46 +0000
commit2aa9043ad33776323393f82c8a542d46bdedc34d (patch)
treebc5fcc190d351de0fcfe92e33e8cc676889546cd /crypto/pkcs7/pkcs7.h
parent1a095560f79c002ca5bcbac531e12f7e770d8d37 (diff)
Because there's chances we clash with the system's types.h, rename our
types.h to ossl_typ.h.
Diffstat (limited to 'crypto/pkcs7/pkcs7.h')
-rw-r--r--crypto/pkcs7/pkcs7.h2
1 files changed, 1 insertions, 1 deletions
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 <openssl/e_os2.h>
#include <openssl/symhacks.h>
-#include <openssl/types.h>
+#include <openssl/ossl_typ.h>
#ifdef __cplusplus
extern "C" {