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

Diff for /src/usr.bin/ssh/Attic/cipher-ctr.c between version 1.8 and 1.9

version 1.8, 2006/03/25 13:17:01 version 1.9, 2006/07/22 20:48:22
Line 16 
Line 16 
  */   */
 #include "includes.h"  #include "includes.h"
   
   #include <string.h>
   
 #include <openssl/evp.h>  #include <openssl/evp.h>
 #include <openssl/aes.h>  #include <openssl/aes.h>
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9