Re: [Openvpn-devel] [PATCH 1/2] Get NTLMv1 compatibilities and NTLMv2 up and running

2014-06-18 Thread David Sommerseth
On 18/06/14 10:17, Holger Kummert wrote: Hello Gert, I reconsidered this point and found some lively discussions about it, e.g. http://stackoverflow.com/questions/1674032/static-const-vs-define-in-c The "const int" way has some advantages (as pointed out in all the discussions I found) over th

Re: [Openvpn-devel] [PATCH 1/2] Get NTLMv1 and NTLMv2 up and running

2014-06-18 Thread Holger Kummert
Hello Gert, I reconsidered this point and found some lively discussions about it, e.g. http://stackoverflow.com/questions/1674032/static-const-vs-define-in-c The "const int" way has some advantages (as pointed out in all the discussions I found) over the #define: - It is type-safe - It respects