svn rev #23237: trunk/src/lib/crypto/krb/keyhash_provider/

tsitkova@MIT.EDU tsitkova at MIT.EDU
Mon Nov 16 12:30:09 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23237
Commit By: tsitkova
Log Message:
Remove unreferred krb5int_keyhash_aescbc_xxx. Cleaner krb5int_keyhash_md5_hmac init.



Changed Files:
U   trunk/src/lib/crypto/krb/keyhash_provider/keyhash_provider.h
U   trunk/src/lib/crypto/krb/keyhash_provider/md5_hmac.c
Modified: trunk/src/lib/crypto/krb/keyhash_provider/keyhash_provider.h
===================================================================
--- trunk/src/lib/crypto/krb/keyhash_provider/keyhash_provider.h	2009-11-16 16:48:37 UTC (rev 23236)
+++ trunk/src/lib/crypto/krb/keyhash_provider/keyhash_provider.h	2009-11-16 17:30:09 UTC (rev 23237)
@@ -31,5 +31,4 @@
 extern const struct krb5_keyhash_provider krb5int_keyhash_md5des;
 extern const struct krb5_keyhash_provider krb5int_keyhash_hmac_md5;
 extern const struct krb5_keyhash_provider krb5int_keyhash_md5_hmac;
-extern const struct krb5_keyhash_provider krb5int_keyhash_aescbc_128;
-extern const struct krb5_keyhash_provider krb5int_keyhash_aescbc_256;
+

Modified: trunk/src/lib/crypto/krb/keyhash_provider/md5_hmac.c
===================================================================
--- trunk/src/lib/crypto/krb/keyhash_provider/md5_hmac.c	2009-11-16 16:48:37 UTC (rev 23236)
+++ trunk/src/lib/crypto/krb/keyhash_provider/md5_hmac.c	2009-11-16 17:30:09 UTC (rev 23237)
@@ -61,4 +61,5 @@
   16,
   k5_md5_hmac_hash,
   NULL /*checksum  again*/
+  NULL, NULL
 };




More information about the cvs-krb5 mailing list