[BACK]Return to auth-options.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth-options.c between version 1.94 and 1.95

version 1.94, 2020/10/18 11:32:01 version 1.95, 2021/04/03 06:18:40
Line 807 
Line 807 
             (r = serialise_nullable_string(m,              (r = serialise_nullable_string(m,
             untrusted ? NULL : opts->required_from_host_cert)) != 0 ||              untrusted ? NULL : opts->required_from_host_cert)) != 0 ||
             (r = serialise_nullable_string(m,              (r = serialise_nullable_string(m,
              untrusted ? NULL : opts->required_from_host_keys)) != 0)              untrusted ? NULL : opts->required_from_host_keys)) != 0)
                 return r;                  return r;
   
         /* Array options */          /* Array options */

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95