> On 12/31/2017 10:47 AM, Robert Riebisch wrote:
>> From SSHDOS source code:
>> ###
>>    if(remote_major != 1 && remote_minor == 0)
>>       fatal("Unsupported remote protocol version\n");
>> ###

> What a weird check. So version 2.1 would work? Shouldn't the check be

not only a weird and buggy check, this programmer could have given
some more - and helpful - information like


          {
          printf(
             "Unsupported remote protocol version\n"
             " this programm supports only SSL 1.0\n"
             " the remote server requires %u.%u",
              remote_major, remote_minor);

          ...
          }


but he decided otherwise. May he live in peace and empty trash bins for
the rest of his life ...


Tom


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to