Don't set no_protocol if -tls1 selected.
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
2f8d82d641
commit
ccc227565d
1 changed files with 0 additions and 1 deletions
|
@ -1130,7 +1130,6 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
#endif
|
||||
else if (strcmp(*argv, "-tls1") == 0) {
|
||||
no_protocol = 1;
|
||||
tls1 = 1;
|
||||
} else if (strcmp(*argv, "-ssl3") == 0) {
|
||||
#ifdef OPENSSL_NO_SSL3_METHOD
|
||||
|
|
Loading…
Reference in a new issue