aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/krb5_encode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/asn.1/krb5_encode.c')
-rw-r--r--src/lib/krb5/asn.1/krb5_encode.c12
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 ae6de7d..eca4625 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;\