summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-08-21 15:14:42 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-12-04 08:22:24 +1000
commit22b9230f39ff44f434dc671c45fe0bc68c14c0ad (patch)
tree85a76966ab56946ce5bed9471ed03aa0b708355d /include
parentae290d8f0cc9fcfec2777bd18c39a4059001c7cc (diff)
Fix X509 propq so it does not use references
Fixes #13486 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12700)
Diffstat (limited to 'include')
-rw-r--r--include/crypto/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/x509.h b/include/crypto/x509.h
index 6fa5d22dc6..7a4ff888dc 100644
--- a/include/crypto/x509.h
+++ b/include/crypto/x509.h
@@ -196,7 +196,7 @@ struct x509_st {
ASN1_OCTET_STRING *distinguishing_id;
OSSL_LIB_CTX *libctx;
- const char *propq;
+ char *propq;
} /* X509 */ ;
/*