aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/store/store.h
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-05-17 18:49:06 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-05-17 18:49:06 +0000
commit508999fa7d5bf5f06eeb5deb8912ad723e42bec9 (patch)
treebe0b65ca226b0b2e0b7e004f149e41767b56fc76 /crypto/store/store.h
parent210a21bc8dd3f91ffd12b3ac48ffaf490b4a1beb (diff)
downloadopenssl-508999fa7d5bf5f06eeb5deb8912ad723e42bec9.tar.gz
Deprecate some recursive includes from the store.h API header, and put back
required includes back via the internal header and str_lib.c.
Diffstat (limited to 'crypto/store/store.h')
-rw-r--r--crypto/store/store.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/store/store.h b/crypto/store/store.h
index 40fb38fc43..b2e7e198f9 100644
--- a/crypto/store/store.h
+++ b/crypto/store/store.h
@@ -60,9 +60,11 @@
#define HEADER_STORE_H
#include <openssl/ossl_typ.h>
-#include <openssl/x509.h>
+#ifndef OPENSSL_NO_DEPRECATED
#include <openssl/evp.h>
#include <openssl/bn.h>
+#include <openssl/x509.h>
+#endif
#ifdef __cplusplus
extern "C" {