diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2011-09-04 23:52:34 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2011-09-04 23:52:34 +0000 |
| commit | 4ba58f9b6b7ccb372f09e31ee3d302ffafd50b15 (patch) | |
| tree | f0d339ede66f7af9153dd1fe016a46ee3aa5d372 /src/include | |
| parent | 3b5d496d3d63b28ebd2e23242a3422b1fa838e18 (diff) | |
| download | krb5-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/include')
| -rw-r--r-- | src/include/k5-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 17a0abe454..c153a7e51b 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 |
