X509V3_set_ctx
LCRYPTO_USED(X509V3_set_ctx);
LCRYPTO_ALIAS(X509V3_set_ctx);
X509V3_set_ctx(ctx, NULL, NULL, NULL, NULL, CTX_TEST)
void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
X509V3_set_ctx(&crlctx, x509, NULL, NULL, crl, 0);
X509V3_set_ctx(&ctx, ret, ret, req, NULL, 0);
X509V3_set_ctx(&ctx, x509, ret, req, NULL, 0);
X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0);
X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0);
X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
X509V3_set_ctx(&ctx, x, x, NULL, NULL, 0);