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:
Love Hörnquist Åstrand
2005-04-24 14:14:49 +00:00
parent f8c1fbfbe4
commit ed8f5734cb

View File

@@ -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;