Reencode with X509_CRL_ctx_sign too.
[openssl.git] / crypto / x509 / x_all.c
index 51d23f7d624851428af3c923e5b9ca86788313f0..b2223ce93b3d03409ccab8ac4e7e0a07fa722e47 100644 (file)
@@ -131,6 +131,7 @@ int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md)
 
 int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx)
        {
+       x->crl->enc.modified = 1;
        return ASN1_item_sign_ctx(ASN1_ITEM_rptr(X509_CRL_INFO),
                x->crl->sig_alg, x->sig_alg, x->signature, x->crl, ctx);
        }