Commit ccc22756 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Don't set no_protocol if -tls1 selected.



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 2f8d82d6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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