X509_STORE_CTX_get_error_depth
int depth = X509_STORE_CTX_get_error_depth(certctx);
depth = X509_STORE_CTX_get_error_depth(store_ctx);
depth = X509_STORE_CTX_get_error_depth(ctx);
X509_STORE_CTX_get_error_depth(ctx),
X509_STORE_CTX_get_error_depth(ctx),
&& X509_STORE_CTX_get_error_depth(store_ctx) == 0
X509_STORE_CTX_get_error_depth(ctx),
int X509_STORE_CTX_get_error_depth(const X509_STORE_CTX *ctx);
printf("depth=%d %s\n", X509_STORE_CTX_get_error_depth(ctx), buf);
X509_STORE_CTX_get_error_depth(ctx),
X509_STORE_CTX_get_error_depth(ctx), buf);