Make it possible to disable STORE.

This commit is contained in:
Richard Levitte 2009-02-19 09:42:51 +00:00
parent 97132a0f8e
commit 605b04f661

View file

@ -59,6 +59,12 @@
#ifndef HEADER_STORE_H
#define HEADER_STORE_H
#include <openssl/opensslconf.h>
#ifdef OPENSSL_NO_STORE
#error STORE is disabled.
#endif
#include <openssl/ossl_typ.h>
#ifndef OPENSSL_NO_DEPRECATED
#include <openssl/evp.h>