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

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.31 and 1.32

version 1.31, 2000/04/29 18:11:52 version 1.32, 2000/07/16 08:27:21
Line 13 
Line 13 
   
 #include "ssh.h"  #include "ssh.h"
 #include "rsa.h"  #include "rsa.h"
 #include "authfd.h"  
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  #include "bufaux.h"
 #include "xmalloc.h"  #include "xmalloc.h"
Line 22 
Line 21 
 #include "mpaux.h"  #include "mpaux.h"
   
 #include <openssl/md5.h>  #include <openssl/md5.h>
   #include <openssl/dsa.h>
   #include <openssl/rsa.h>
   #include "key.h"
   #include "authfd.h"
   
 typedef struct {  typedef struct {
         int fd;          int fd;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32