[BACK]Return to s_server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/s_server.c between version 1.36 and 1.37

version 1.36, 2020/05/23 09:02:02 version 1.37, 2020/05/23 12:52:54
Line 968 
Line 968 
                 goto end;                  goto end;
         }          }
   
           SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY);
   
         if (!SSL_CTX_set_min_proto_version(ctx, min_version))          if (!SSL_CTX_set_min_proto_version(ctx, min_version))
                 goto end;                  goto end;
         if (!SSL_CTX_set_max_proto_version(ctx, max_version))          if (!SSL_CTX_set_max_proto_version(ctx, max_version))

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37