summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_lcl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-11 20:44:07 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-10-15 15:36:58 +0100
commit4392479c08392feb4be2ecb9d1b5decc50e32df0 (patch)
treef872bd67dad233951dddcbf80d81e4041bb684c0 /crypto/x509/x509_lcl.h
parent272d917deb0534a6a9b13e22ff16e4c95406d1ed (diff)
embed value field of X509_EXTENSION
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/x509/x509_lcl.h')
-rw-r--r--crypto/x509/x509_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_lcl.h b/crypto/x509/x509_lcl.h
index 71c8a2af6b..af043417c3 100644
--- a/crypto/x509/x509_lcl.h
+++ b/crypto/x509/x509_lcl.h
@@ -98,7 +98,7 @@ struct x509_attributes_st {
struct X509_extension_st {
ASN1_OBJECT *object;
ASN1_BOOLEAN critical;
- ASN1_OCTET_STRING *value;
+ ASN1_OCTET_STRING value;
};
/*