提交 a4cb54d2 编写于 作者: D Dr. Stephen Henson

Fix type of ptr field.

Since "ptr" is used to handle arbitrary other types it should be
void *.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 4950f888
......@@ -356,7 +356,7 @@ struct evp_pkey_st {
const EVP_PKEY_ASN1_METHOD *ameth;
ENGINE *engine;
union {
char *ptr;
void *ptr;
# ifndef OPENSSL_NO_RSA
struct rsa_st *rsa; /* RSA */
# endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册