summaryrefslogtreecommitdiff
path: root/linux-x86_64/include/openssl/ossl_typ.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-x86_64/include/openssl/ossl_typ.h')
-rw-r--r--linux-x86_64/include/openssl/ossl_typ.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-x86_64/include/openssl/ossl_typ.h b/linux-x86_64/include/openssl/ossl_typ.h
index 0fcb0ce..364d262 100644
--- a/linux-x86_64/include/openssl/ossl_typ.h
+++ b/linux-x86_64/include/openssl/ossl_typ.h
@@ -100,6 +100,8 @@ typedef int ASN1_BOOLEAN;
typedef int ASN1_NULL;
# endif
+typedef struct asn1_object_st ASN1_OBJECT;
+
typedef struct ASN1_ITEM_st ASN1_ITEM;
typedef struct asn1_pctx_st ASN1_PCTX;
@@ -176,6 +178,8 @@ typedef struct engine_st ENGINE;
typedef struct ssl_st SSL;
typedef struct ssl_ctx_st SSL_CTX;
+typedef struct comp_method_st COMP_METHOD;
+
typedef struct X509_POLICY_NODE_st X509_POLICY_NODE;
typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL;
typedef struct X509_POLICY_TREE_st X509_POLICY_TREE;