summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/hdb
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2011-09-04 23:52:34 +0000
committerKen Raeburn <raeburn@mit.edu>2011-09-04 23:52:34 +0000
commit4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15 (patch)
treef0d339ede66f7af9153dd1fe016a46ee3aa5d372 /src/plugins/kdb/hdb
parent3b5d496d3d63b28ebd2e23242a3422b1fa838e18 (diff)
downloadkrb5-4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15.tar.gz
krb5-4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15.tar.xz
krb5-4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15.zip
Reindent per krb5-batch-reindent.el.
Some minor reformatting added in places to avoid exceeding 80 columns. Used Emacs 22.1 built-in C mode. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25144 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb/hdb')
-rw-r--r--src/plugins/kdb/hdb/kdb_hdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/kdb/hdb/kdb_hdb.c b/src/plugins/kdb/hdb/kdb_hdb.c
index 31c67ebc0..a001ee316 100644
--- a/src/plugins/kdb/hdb/kdb_hdb.c
+++ b/src/plugins/kdb/hdb/kdb_hdb.c
@@ -1088,7 +1088,7 @@ kh_dbekd_decrypt_key_data(krb5_context context,
if (mkey->enctype != ENCTYPE_UNKNOWN)
code = krb5_dbe_def_decrypt_key_data(context, mkey, key_data,
- kkey, keysalt);
+ kkey, keysalt);
else
code = kh_decrypt_key(context, kh, key_data, kkey, keysalt);