From 4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 4 Sep 2011 23:52:34 +0000 Subject: 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 --- src/include/k5-int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 17a0abe45..c153a7e51 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -372,9 +372,9 @@ typedef INT64_TYPE krb5_int64; #define KDC_ERR_DIGEST_IN_SIGNED_DATA_NOT_ACCEPTED 80 /* bad digest algorithm in SignedData */ #define KDC_ERR_PUBLIC_KEY_ENCRYPTION_NOT_SUPPORTED 81 #define KRB_AP_ERR_IAKERB_KDC_NOT_FOUND 85 /* The IAKERB proxy could -not find a KDC */ + not find a KDC */ #define KRB_AP_ERR_IAKERB_KDC_NO_RESPONSE 86 /* The KDC did not respond -to the IAKERB proxy */ + to the IAKERB proxy */ /* * This structure is returned in the e-data field of the KRB-ERROR -- cgit