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

Diff for /src/usr.bin/ssh/auth-options.h between version 1.28 and 1.29

version 1.28, 2019/07/09 04:15:00 version 1.29, 2019/11/25 00:54:23
Line 68 
Line 68 
          */           */
         char *required_from_host_cert;          char *required_from_host_cert;
         char *required_from_host_keys;          char *required_from_host_keys;
   
           /* Key requires user presence asserted */
           int no_require_user_presence;
 };  };
   
 struct sshauthopt *sshauthopt_new(void);  struct sshauthopt *sshauthopt_new(void);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29