Re: hmac(3)

2017-09-29 Thread Robert Swindells
Kamil Rytarowski wrote: >On 29.09.2017 13:59, Robert Swindells wrote: >> >> Does hmac(3) really belong in stdlib.h ? >> >> I'm getting a conflict with something that defines its own hmac() >> function and also includes stdlib.h. > >We usually rename 3rd party hmac to something like my_hmac or s

Re: hmac(3)

2017-09-29 Thread Kamil Rytarowski
On 29.09.2017 13:59, Robert Swindells wrote: > > Does hmac(3) really belong in stdlib.h ? > > I'm getting a conflict with something that defines its own hmac() > function and also includes stdlib.h. > We usually rename 3rd party hmac to something like my_hmac or similar. If possible please subm

Re: hmac(3)

2017-09-29 Thread Taylor R Campbell
> Date: Fri, 29 Sep 2017 12:59:11 +0100 > From: Robert Swindells > > Does hmac(3) really belong in stdlib.h ? > > I'm getting a conflict with something that defines its own hmac() > function and also includes stdlib.h. No, not really. You can avoid this by defining any of the feature macros ot