Automatically mark the CRL cached encoding as invalid when some operations
are performed.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user