aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-15 17:10:51 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-09-16 22:17:39 +0100
commit2869e79f421bb8d350500cddfd87fdf5d40cd4ba (patch)
tree72f072843eb2afcaae558e5746bda53121c560c2 /include
parentde17bd5d7f8286d8b1f0a04a3f8f5782033f5ebd (diff)
downloadopenssl-2869e79f421bb8d350500cddfd87fdf5d40cd4ba.tar.gz
Change X509_VAL in X509 structure to embedded.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index 751150daec..d0933b0cb0 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -169,7 +169,7 @@ typedef struct x509_cinf_st {
ASN1_INTEGER *serialNumber;
X509_ALGOR *signature;
X509_NAME *issuer;
- X509_VAL *validity;
+ X509_VAL validity;
X509_NAME *subject;
X509_PUBKEY *key;
ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */