CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/16 09:25:14
Modified files:
lib/libssl : d1_srtp.c s3_cbc.c ssl.h ssl_lib.c ssl_locl.h
ssl_pkt.c t1_enc.c
Log message:
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
to prefer that. No binary change except in d1_srtp.c where the
generated assembly differs only in line numbers (due to a wrapped
long line) and in s3_cbc.c where there is no change in the generated
assembly.
ok inoguchi jsing
