Re: [Openvpn-devel] [PATCH 04/10] Added flags parameter to format_hex_ex.

2016-03-06 Thread Steffan Karger
On Thu, Mar 3, 2016 at 9:19 AM, James Yonan wrote: > We add the flags parameter without changing the signature of > the function by repurposing the space_break parameter into > space_break_flags where the lower 8 bits are used for the > previous space_break parameter and the higher bits are used >

[Openvpn-devel] [PATCH 04/10] Added flags parameter to format_hex_ex.

2016-03-03 Thread James Yonan
We add the flags parameter without changing the signature of the function by repurposing the space_break parameter into space_break_flags where the lower 8 bits are used for the previous space_break parameter and the higher bits are used for flag values. Added new flag FHE_CAPS that formats the ge