Rename hx509_select to hx509_crypto_select.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19143 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -975,8 +975,8 @@ hx509_cms_create_signed_1(hx509_context context,
|
||||
}
|
||||
|
||||
if (digest_alg == NULL) {
|
||||
ret = hx509_select(context, HX509_SELECT_DIGEST,
|
||||
_hx509_cert_private_key(cert), peer, &digest);
|
||||
ret = hx509_crypto_select(context, HX509_SELECT_DIGEST,
|
||||
_hx509_cert_private_key(cert), peer, &digest);
|
||||
} else {
|
||||
ret = copy_AlgorithmIdentifier(digest_alg, &digest);
|
||||
if (ret)
|
||||
|
Reference in New Issue
Block a user