mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Removed trailing semicolons.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -285,13 +285,13 @@ static const command_rec ssl_config_cmds[] = {
|
||||
APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(
|
||||
modssl, AP, int, npn_advertise_protos_hook,
|
||||
(conn_rec *connection, apr_array_header_t *protos),
|
||||
(connection, protos), OK, DECLINED);
|
||||
(connection, protos), OK, DECLINED)
|
||||
|
||||
/* Implement 'modssl_run_npn_proto_negotiated_hook'. */
|
||||
APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(
|
||||
modssl, AP, int, npn_proto_negotiated_hook,
|
||||
(conn_rec *connection, const char *proto_name, apr_size_t proto_name_len),
|
||||
(connection, proto_name, proto_name_len), OK, DECLINED);
|
||||
(connection, proto_name, proto_name_len), OK, DECLINED)
|
||||
|
||||
/*
|
||||
* the various processing hooks
|
||||
|
||||
Reference in New Issue
Block a user