use the unexport the oid_to_enctype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14922 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1402,9 +1402,9 @@ pk_rd_pa_reply_enckey(krb5_context context,
|
||||
params.data = ed.encryptedContentInfo.contentEncryptionAlgorithm.parameters->data;
|
||||
params.length = ed.encryptedContentInfo.contentEncryptionAlgorithm.parameters->length;
|
||||
|
||||
ret = krb5_oid_to_enctype(context,
|
||||
&ed.encryptedContentInfo.contentEncryptionAlgorithm.algorithm,
|
||||
&tmp_key.keytype);
|
||||
ret = _krb5_oid_to_enctype(context,
|
||||
&ed.encryptedContentInfo.contentEncryptionAlgorithm.algorithm,
|
||||
&tmp_key.keytype);
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
|
Reference in New Issue
Block a user