CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/16 10:32:51
Modified files:
lib/libradius : radius_msgauth.c
Log message:
libradius: convert to HMAC_CTX on the heap
This is another fairly mechanical conversion to prepare the switch
to opaque HMAC_CTX. It adds missing error checking for the HMAC API
and uses HMAC_Init_ex() instead of the deprecated HMAC_Init().
ok jsing
