Loading include/openssl/evp.h +2 −2 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ struct evp_pkey_st { # define EVP_PKEY_MO_DECRYPT 0x0008 # ifndef EVP_MD struct env_md_st { struct evp_md_st { int type; int pkey_type; int md_size; Loading Loading @@ -256,7 +256,7 @@ typedef int evp_verify_method(int type, const unsigned char *m, # endif /* !EVP_MD */ struct env_md_ctx_st { struct evp_md_ctx_st { const EVP_MD *digest; ENGINE *engine; /* functional reference if 'digest' is * ENGINE-provided */ Loading include/openssl/ossl_typ.h +2 −2 Original line number Diff line number Diff line Loading @@ -128,8 +128,8 @@ typedef struct buf_mem_st BUF_MEM; 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_md_st EVP_MD; typedef struct evp_md_ctx_st EVP_MD_CTX; typedef struct evp_pkey_st EVP_PKEY; typedef struct evp_pkey_asn1_method_st EVP_PKEY_ASN1_METHOD; Loading Loading
include/openssl/evp.h +2 −2 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ struct evp_pkey_st { # define EVP_PKEY_MO_DECRYPT 0x0008 # ifndef EVP_MD struct env_md_st { struct evp_md_st { int type; int pkey_type; int md_size; Loading Loading @@ -256,7 +256,7 @@ typedef int evp_verify_method(int type, const unsigned char *m, # endif /* !EVP_MD */ struct env_md_ctx_st { struct evp_md_ctx_st { const EVP_MD *digest; ENGINE *engine; /* functional reference if 'digest' is * ENGINE-provided */ Loading
include/openssl/ossl_typ.h +2 −2 Original line number Diff line number Diff line Loading @@ -128,8 +128,8 @@ typedef struct buf_mem_st BUF_MEM; 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_md_st EVP_MD; typedef struct evp_md_ctx_st EVP_MD_CTX; typedef struct evp_pkey_st EVP_PKEY; typedef struct evp_pkey_asn1_method_st EVP_PKEY_ASN1_METHOD; Loading