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
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
> 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