【发布时间】:2013-06-01 23:34:13
【问题描述】:
我正在使用 OpenSSL 库。我正在尝试访问 struct engine_st 的 rsa_meth 属性。做的代码如下:
ctx->client_cert_engine->rsa_meth
其中 ctx 是 SSL_CTX * 类型。
我试图包含所有必要的头文件,但它仍然给了我:
dereferencing pointer to incomplete type.
不过,如果我删除 rsa_meth 就可以了。
【问题讨论】: