aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_skey.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-16 18:46:16 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-09-16 22:33:25 +0100
commit95ed0e7c1f4206191c1b0288e352010e70e252db (patch)
tree69a21e3207ae88e33cf26812dd711081b3e5ee13 /crypto/x509v3/v3_skey.c
parent5cf6abd805b9f15127f9f343a6e3b662565f93d5 (diff)
downloadopenssl-95ed0e7c1f4206191c1b0288e352010e70e252db.zip
openssl-95ed0e7c1f4206191c1b0288e352010e70e252db.tar.gz
openssl-95ed0e7c1f4206191c1b0288e352010e70e252db.tar.bz2
Embed X509_REQ_INFO
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/x509v3/v3_skey.c')
-rw-r--r--crypto/x509v3/v3_skey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_skey.c b/crypto/x509v3/v3_skey.c
index 641104a..cf35213 100644
--- a/crypto/x509v3/v3_skey.c
+++ b/crypto/x509v3/v3_skey.c
@@ -126,7 +126,7 @@ static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method,
}
if (ctx->subject_req)
- pk = ctx->subject_req->req_info->pubkey->public_key;
+ pk = ctx->subject_req->req_info.pubkey->public_key;
else
pk = ctx->subject_cert->cert_info.key->public_key;