[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.25 and 1.26

version 1.25, 2018/03/03 03:15:51 version 1.26, 2018/03/12 00:52:01
Line 37 
Line 37 
         /* "restrict" keyword was invoked */          /* "restrict" keyword was invoked */
         int restricted;          int restricted;
   
           /* key/principal expiry date */
           uint64_t valid_before;
   
         /* Certificate-related options */          /* Certificate-related options */
         int cert_authority;          int cert_authority;
         char *cert_principals;          char *cert_principals;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26