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

Diff for /src/usr.bin/ssh/cipher.h between version 1.10 and 1.11

version 1.10, 1999/11/24 19:53:46 version 1.11, 2000/03/22 09:55:10
Line 88 
Line 88 
 cipher_decrypt(CipherContext * context, unsigned char *dest,  cipher_decrypt(CipherContext * context, unsigned char *dest,
     const unsigned char *src, unsigned int len);      const unsigned char *src, unsigned int len);
   
 /*  
  * If and CRC-32 attack is detected this function is called. Defaults to  
  * fatal, changed to packet_disconnect in sshd and ssh.  
  */  
 extern void (*cipher_attack_detected) (const char *fmt, ...);  
   
 #endif                          /* CIPHER_H */  #endif                          /* CIPHER_H */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11