svn rev #23391: trunk/src/lib/crypto/krb/old/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Nov 30 14:37:31 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23391
Commit By: ghudson
Log Message:
Remove some stray tabs.



Changed Files:
U   trunk/src/lib/crypto/krb/old/old_aead.c
Modified: trunk/src/lib/crypto/krb/old/old_aead.c
===================================================================
--- trunk/src/lib/crypto/krb/old/old_aead.c	2009-11-30 19:05:01 UTC (rev 23390)
+++ trunk/src/lib/crypto/krb/old/old_aead.c	2009-11-30 19:37:31 UTC (rev 23391)
@@ -32,10 +32,10 @@
 
 static krb5_error_code
 krb5int_old_crypto_length(const struct krb5_aead_provider *aead,
-			  const struct krb5_enc_provider *enc,
-			  const struct krb5_hash_provider *hash,
-			  krb5_cryptotype type,
-			  unsigned int *length)
+                          const struct krb5_enc_provider *enc,
+                          const struct krb5_hash_provider *hash,
+                          krb5_cryptotype type,
+                          unsigned int *length)
 {
     switch (type) {
     case KRB5_CRYPTO_TYPE_HEADER:




More information about the cvs-krb5 mailing list