提交 47abe380 编写于 作者: R Richard Levitte

Remove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.h

This is already defined in include/openssl/ossl_typ.h.
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 39d51932
......@@ -65,13 +65,13 @@ extern "C" {
}
#endif
typedef struct hmac_ctx_st {
struct hmac_ctx_st {
const EVP_MD *md;
EVP_MD_CTX *md_ctx;
EVP_MD_CTX *i_ctx;
EVP_MD_CTX *o_ctx;
unsigned int key_length;
unsigned char key[HMAC_MAX_MD_CBLOCK];
} HMAC_CTX;
};
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册