Make it build.

(cherry picked from commit a6a48e87bc)
Conflicts:
	ssl/s3_clnt.c
	ssl/t1_lib.c
This commit is contained in:
Ben Laurie
2013-08-01 11:14:23 +01:00
committed by Scott Deboy
parent c32ebefaa8
commit 8b41df41c2
6 changed files with 53 additions and 45 deletions

View File

@@ -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