OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:server_max_proto
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c
193
static const char *
server_max_proto
;
variable
713
fprintf(stderr, " -
server_max_proto
<string> - Maximum version the server should support\n");
1140
} else if (strcmp(*argv, "-
server_max_proto
") == 0) {
1143
server_max_proto
= *(++argv);
1771
if (!set_protocol_version(
server_max_proto
, s_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
194
static const char *
server_max_proto
;
variable
707
fprintf(stderr, " -
server_max_proto
<string> - Maximum version the server should support\n");
1137
} else if (strcmp(*argv, "-
server_max_proto
") == 0) {
1140
server_max_proto
= *(++argv);
1775
if (!set_protocol_version(
server_max_proto
, s_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
204
static const char *
server_max_proto
;
variable
714
fprintf(stderr, " -
server_max_proto
<string> - Maximum version the server should support\n");
1164
} else if (strcmp(*argv, "-
server_max_proto
") == 0) {
1167
server_max_proto
= *(++argv);
1766
if (!set_protocol_version(
server_max_proto
, s_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))
Completed in 30 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026