CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/04 09:46:44
Modified files:
lib/libssl : tls13_lib.c
Log message:
Don't index a void pointer, fixes compilation with visual studio.
Gcc/clang will treat void * as char * but this is non-standard.
OK deraadt@ jsing@ inoguchi@
