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

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.19 and 1.20

version 1.19, 2000/03/23 22:15:33 version 1.20, 2000/04/12 09:39:09
Line 27 
Line 27 
 #include "match.h"  #include "match.h"
 #include "servconf.h"  #include "servconf.h"
   
 #include <ssl/rsa.h>  #include <openssl/rsa.h>
 #include <ssl/md5.h>  #include <openssl/md5.h>
   
 /* Flags that may be set in authorized_keys options. */  /* Flags that may be set in authorized_keys options. */
 extern int no_port_forwarding_flag;  extern int no_port_forwarding_flag;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20