We need to add the round bracket in the MAX &MIN definition in the "common/include/r_macros.h"
Or it will cause error such as in the
tls12_prf() {
dgi = MAX(DIG_SHA256, ssl->cs->dig)-0x40;
}
in case ssl->cs->dig = DIG_SHA384 or higher.
Log in to post a comment.