aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-11-12 13:34:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-11-12 13:34:51 +0000
commit9ea1b87862f286932544180cbf6a80a510266831 (patch)
treed56a7e459b962b2c4ef8f2dc408dceaccc96c9aa /crypto/conf/conf.h
parent688cf84d1f5f0ceffd72c9ce43f7de870e9f5da5 (diff)
downloadopenssl-9ea1b87862f286932544180cbf6a80a510266831.tar.gz
Initial ASN1 generation code. This can construct
arbitrary encodings from strings and config files. Documentation to follow...
Diffstat (limited to 'crypto/conf/conf.h')
-rw-r--r--crypto/conf/conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h
index f4671442ab..48695a0642 100644
--- a/crypto/conf/conf.h
+++ b/crypto/conf/conf.h
@@ -65,6 +65,8 @@
#include <openssl/safestack.h>
#include <openssl/e_os2.h>
+#include <openssl/ossl_typ.h>
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -81,7 +83,6 @@ DECLARE_STACK_OF(CONF_MODULE)
DECLARE_STACK_OF(CONF_IMODULE)
struct conf_st;
-typedef struct conf_st CONF;
struct conf_method_st;
typedef struct conf_method_st CONF_METHOD;