summaryrefslogtreecommitdiff
path: root/usr/src/common/openssl/crypto/x509/x509cset.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/openssl/crypto/x509/x509cset.c')
-rw-r--r--usr/src/common/openssl/crypto/x509/x509cset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/common/openssl/crypto/x509/x509cset.c b/usr/src/common/openssl/crypto/x509/x509cset.c
index 6cac440ea9..9d1646d5c8 100644
--- a/usr/src/common/openssl/crypto/x509/x509cset.c
+++ b/usr/src/common/openssl/crypto/x509/x509cset.c
@@ -129,6 +129,7 @@ int X509_CRL_sort(X509_CRL *c)
r=sk_X509_REVOKED_value(c->crl->revoked,i);
r->sequence=i;
}
+ c->crl->enc.modified = 1;
return 1;
}