summaryrefslogtreecommitdiffstats
path: root/crypto/store/str_lib.c
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/str_lib.c
parent210a21bc8dd3f91ffd12b3ac48ffaf490b4a1beb (diff)
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/str_lib.c')
-rw-r--r--crypto/store/str_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/store/str_lib.c b/crypto/store/str_lib.c
index eb9e6426be..7e59ee1d06 100644
--- a/crypto/store/str_lib.c
+++ b/crypto/store/str_lib.c
@@ -60,6 +60,8 @@
#include <openssl/bn.h>
#include <openssl/err.h>
#include <openssl/engine.h>
+#include <openssl/sha.h>
+#include <openssl/x509.h>
#include "str_locl.h"
const char * const STORE_object_type_string[STORE_OBJECT_TYPE_NUM+1] =