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

Diff for /src/usr.bin/ssh/Attic/key.h between version 1.24 and 1.25

version 1.24, 2006/03/25 22:22:43 version 1.25, 2006/08/01 23:22:47
Line 29 
Line 29 
 #include <openssl/rsa.h>  #include <openssl/rsa.h>
 #include <openssl/dsa.h>  #include <openssl/dsa.h>
   
   #include <stdio.h>
   
 typedef struct Key Key;  typedef struct Key Key;
 enum types {  enum types {
         KEY_RSA1,          KEY_RSA1,

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