Deleted Added
full compact
12c12
< * $FreeBSD: head/crypto/openssh/cipher.c 57464 2000-02-25 01:53:12Z green $
---
> * $FreeBSD: head/crypto/openssh/cipher.c 58585 2000-03-26 07:37:48Z kris $
16c16
< RCSID("$Id: cipher.c,v 1.19 2000/02/22 15:19:29 markus Exp $");
---
> RCSID("$Id: cipher.c,v 1.20 2000/03/22 09:55:10 markus Exp $");
108,119d107
< void (*cipher_attack_detected) (const char *fmt,...) = fatal;
<
< static inline void
< detect_cbc_attack(const unsigned char *src,
< unsigned int len)
< {
< return;
<
< log("CRC-32 CBC insertion attack detected");
< cipher_attack_detected("CRC-32 CBC insertion attack detected");
< }
<
302d289
< /* CRC-32 attack? */
310d296
< detect_cbc_attack(src, len);