BY_DIR
BY_DIR *a = OPENSSL_malloc(sizeof(*a));
BY_DIR *a = (BY_DIR *)lu->method_data;
static int add_cert_dir(BY_DIR *ctx, const char *dir, int type)
BY_DIR *ctx;
ctx = (BY_DIR *)xl->method_data;
static int add_cert_dir(BY_DIR *ctx, const char *dir, int type);
BY_DIR *ld = (BY_DIR *)ctx->method_data;