Rename functions for new convention.

This commit is contained in:
Dr. Stephen Henson
2000-02-26 01:55:33 +00:00
parent 47c177c7b3
commit c7cb16a8ff
25 changed files with 131 additions and 128 deletions

View File

@@ -693,7 +693,7 @@ int get_cert_chain (X509 *cert, STACK_OF(X509) **chain)
i = X509_STORE_CTX_get_error (&store_ctx);
goto err;
}
chn = X509_STORE_CTX_rget_chain(&store_ctx);
chn = X509_STORE_CTX_get1_chain(&store_ctx);
i = 0;
*chain = chn;
err: