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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.358 and 1.359

version 1.358, 2019/10/31 21:23:19 version 1.359, 2019/10/31 21:28:27
Line 1690 
Line 1690 
 static int  static int
 agent_signer(struct sshkey *key, u_char **sigp, size_t *lenp,  agent_signer(struct sshkey *key, u_char **sigp, size_t *lenp,
     const u_char *data, size_t datalen,      const u_char *data, size_t datalen,
     const char *alg, const char *sk_provider, u_int compat, void *ctx)      const char *alg, const char *provider, u_int compat, void *ctx)
 {  {
         int *agent_fdp = (int *)ctx;          int *agent_fdp = (int *)ctx;
   

Legend:
Removed from v.1.358  
changed lines
  Added in v.1.359