CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/18 07:45:10
Modified files:
lib/libcrypto/cmac: cm_ameth.c cm_pmeth.c
lib/libcrypto/evp: evp_locl.h p_lib.c
lib/libcrypto/hmac: hm_ameth.c hm_pmeth.c
Log message:
Change the pkey.ptr from char * to void *
Now that EVP_PKEY is opaque, there is no reason to keep the ptr member
of the pkey union as a weird char pointer, a void pointer will do. This
avoids a few stupid casts and simplifies an upcoming diff.
ok jsing
