From: Greg Hudson Date: Thu, 15 Oct 2009 14:47:44 +0000 (+0000) Subject: Initialize the accessor with the keyblock version of krb5_hmac to X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e00e4a6b8614f1e94e15c9d2475214d69ae3fa5;p=thirdparty%2Fkrb5.git Initialize the accessor with the keyblock version of krb5_hmac to avoid changing its signature. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/enc-perf@22899 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/accessor.c b/src/lib/krb5/os/accessor.c index bb66568db0..5575687dd4 100644 --- a/src/lib/krb5/os/accessor.c +++ b/src/lib/krb5/os/accessor.c @@ -52,7 +52,7 @@ krb5int_accessor(krb5int_access *internals, krb5_int32 version) krb5int_access internals_temp; #endif S (free_addrlist, krb5int_free_addrlist), - S (krb5_hmac, krb5_hmac), + S (krb5_hmac, krb5int_hmac_keyblock), S (krb5_auth_con_get_subkey_enctype, krb5_auth_con_get_subkey_enctype), S (md5_hash_provider, &krb5int_hash_md5), S (arcfour_enc_provider, &krb5int_enc_arcfour),