(krb5_crypto_getenctype): new function

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12475 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-21 20:21:34 +00:00
parent 9a9841815d
commit 2b396ee7e8

View File

@@ -3529,6 +3529,15 @@ krb5_crypto_getblocksize(krb5_context context,
return 0;
}
krb5_error_code
krb5_crypto_getenctype(krb5_context context,
krb5_crypto crypto,
krb5_enctype *enctype)
{
*enctype = crypto->et->type;
return 0;
}
krb5_error_code
krb5_string_to_key_derived(krb5_context context,
const void *str,