diff options
Diffstat (limited to 'src/lib/krb5/asn.1/krb5_encode.c')
-rw-r--r-- | src/lib/krb5/asn.1/krb5_encode.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/krb5/asn.1/krb5_encode.c b/src/lib/krb5/asn.1/krb5_encode.c index ae6de7d29c..eca4625c34 100644 --- a/src/lib/krb5/asn.1/krb5_encode.c +++ b/src/lib/krb5/asn.1/krb5_encode.c @@ -34,11 +34,13 @@ /**************** Macros (these save a lot of typing) ****************/ -/* setup() -- create and initialize bookkeeping variables - retval: stores error codes returned from subroutines - buf: the coding buffer - length: length of the most-recently produced encoding - sum: cumulative length of the entire encoding */ +/* + * setup() -- create and initialize bookkeeping variables + * retval: stores error codes returned from subroutines + * buf: the coding buffer + * length: length of the most-recently produced encoding + * sum: cumulative length of the entire encoding + */ #define krb5_setup()\ asn1_error_code retval;\ unsigned int length, sum = 0;\ |