svn rev #22899: branches/enc-perf/src/lib/krb5/os/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Oct 15 10:47:45 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22899
Commit By: ghudson
Log Message:
Initialize the accessor with the keyblock version of krb5_hmac to
avoid changing its signature.



Changed Files:
U   branches/enc-perf/src/lib/krb5/os/accessor.c
Modified: branches/enc-perf/src/lib/krb5/os/accessor.c
===================================================================
--- branches/enc-perf/src/lib/krb5/os/accessor.c	2009-10-14 16:08:37 UTC (rev 22898)
+++ branches/enc-perf/src/lib/krb5/os/accessor.c	2009-10-15 14:47:44 UTC (rev 22899)
@@ -52,7 +52,7 @@
 	    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),




More information about the cvs-krb5 mailing list