summaryrefslogtreecommitdiffstats
path: root/crypto/store/str_locl.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/str_locl.h
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_locl.h')
-rw-r--r--crypto/store/str_locl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/store/str_locl.h b/crypto/store/str_locl.h
index c8decfa87d..3f8cb75619 100644
--- a/crypto/store/str_locl.h
+++ b/crypto/store/str_locl.h
@@ -59,6 +59,7 @@
#ifndef HEADER_STORE_LOCL_H
#define HEADER_STORE_LOCL_H
+#include <openssl/crypto.h>
#include <openssl/store.h>
#ifdef __cplusplus