aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ossl_typ.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-11 16:07:48 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-11 16:18:01 +0100
commita0be4fd17b1c7f5ab8f8e11c71d71a5dd20158f4 (patch)
tree867acd10d2210da3dce3d5a90f4dac6c213ce194 /include/openssl/ossl_typ.h
parent1ee3b17fa0efc0505c157f537c976d188bfa25b3 (diff)
downloadopenssl-a0be4fd17b1c7f5ab8f8e11c71d71a5dd20158f4.tar.gz
Make EVP_ENCODE_CTX opaque
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/ossl_typ.h')
-rw-r--r--include/openssl/ossl_typ.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h
index a6d07a0bb3..ed7c2a853c 100644
--- a/include/openssl/ossl_typ.h
+++ b/include/openssl/ossl_typ.h
@@ -137,6 +137,8 @@ typedef struct evp_pkey_asn1_method_st EVP_PKEY_ASN1_METHOD;
typedef struct evp_pkey_method_st EVP_PKEY_METHOD;
typedef struct evp_pkey_ctx_st EVP_PKEY_CTX;
+typedef struct evp_Encode_Ctx_st EVP_ENCODE_CTX;
+
typedef struct hmac_ctx_st HMAC_CTX;
typedef struct dh_st DH;