Make it build.

This commit is contained in:
Ben Laurie
2013-08-01 11:14:23 +01:00
parent 36086186a9
commit a6a48e87bc
6 changed files with 58 additions and 47 deletions

View File

@@ -2463,7 +2463,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;
}
@@ -2496,7 +2496,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;
}

View File

@@ -3598,7 +3598,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;
}
@@ -3631,7 +3631,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