CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/16 11:57:20
Modified files:
regress/lib/libssl/dtls: dtlstest.c
Log message:
Add an explicit cast to make this test compile and pass with gcc.
gcc emits a signed vs unsigned comparison warning which breaks the build
due to -Werror.
