X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ftypes.h;h=b3aa586b18d2f9650ad0e4f2705ab46c2acaa631;hp=23bf47a74198693a615b9744527d737812838160;hb=1a1422643baa22d6bf715c6afe1614c3c1ce1b12;hpb=d66ace9da50de58a17e7ca7eeec8ca6f5a6be189 diff --git a/crypto/types.h b/crypto/types.h index 23bf47a741..b3aa586b18 100644 --- a/crypto/types.h +++ b/crypto/types.h @@ -96,6 +96,7 @@ typedef int ASN1_NULL; typedef struct evp_cipher_st EVP_CIPHER; typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; typedef struct env_md_st EVP_MD; +typedef struct env_md_ctx_st EVP_MD_CTX; typedef struct evp_pkey_st EVP_PKEY; typedef struct x509_st X509; @@ -105,6 +106,8 @@ typedef struct X509_name_st X509_NAME; typedef struct x509_store_st X509_STORE; typedef struct x509_store_ctx_st X509_STORE_CTX; +typedef struct engine_st ENGINE; + /* If placed in pkcs12.h, we end up with a circular depency with pkcs7.h */ #define DECLARE_PKCS12_STACK_OF(type) /* Nothing */ #define IMPLEMENT_PKCS12_STACK_OF(type) /* Nothing */