Make it build.
(cherry picked from commit a6a48e87bc)
Conflicts:
ssl/s3_clnt.c
ssl/t1_lib.c
This commit is contained in:
@@ -3590,7 +3590,7 @@ static int authz_tlsext_generate_cb(SSL *s, unsigned short ext_type,
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
//no auth extension to send
|
||||
/* no auth extension to send */
|
||||
return -1;
|
||||
}
|
||||
|
||||
@@ -3625,7 +3625,7 @@ static int auth_suppdata_generate_cb(SSL *s, unsigned short supp_data_type,
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
//no supplemental data to send
|
||||
/* no supplemental data to send */
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user