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

Diff for /src/usr.bin/ssh/ssh_api.c between version 1.22 and 1.23

version 1.22, 2020/10/18 11:32:02 version 1.23, 2020/12/04 02:29:56
Line 146 
Line 146 
 {  {
         struct key_entry *k;          struct key_entry *k;
   
           if (ssh == NULL)
                   return;
   
         /*          /*
          * we've only created the public keys variants in case we           * we've only created the public keys variants in case we
          * are a acting as a server.           * are a acting as a server.

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23