summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-12-02 20:50:32 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-12-04 08:22:24 +1000
commitc22139a78610210a977c3afcc358295b864befa5 (patch)
treefd5158b72a5cf71e4ac5e364637f57966f4099e3 /include
parent22b9230f39ff44f434dc671c45fe0bc68c14c0ad (diff)
Fix x509_crl propq so that it uses a copy
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 7a4ff888dc..d88cd31902 100644
--- a/include/crypto/x509.h
+++ b/include/crypto/x509.h
@@ -116,7 +116,7 @@ struct X509_crl_st {
CRYPTO_RWLOCK *lock;
OSSL_LIB_CTX *libctx;
- const char *propq;
+ char *propq;
};
struct x509_revoked_st {