From 6a270cd93d02a88709e7292684db47552b630abf Mon Sep 17 00:00:00 2001 From: Jingjing Duan Date: Wed, 13 Aug 2008 19:09:10 +0100 Subject: [ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisd 2008-08-13 Jingjing Duan * ospfd/: Remove the old checksum implementation and use the consolidated version. * isisd/: ditto, thus fixing isisd checksuming on big-endian. Signed-off-by: Paul Jakma --- isisd/iso_checksum.h | 1 - 1 file changed, 1 deletion(-) (limited to 'isisd/iso_checksum.h') diff --git a/isisd/iso_checksum.h b/isisd/iso_checksum.h index ba0d1983..5f8d41f9 100644 --- a/isisd/iso_checksum.h +++ b/isisd/iso_checksum.h @@ -24,6 +24,5 @@ #define _ZEBRA_ISO_CSUM_H int iso_csum_verify (u_char * buffer, int len, uint16_t * csum); -u_int16_t iso_csum_create (u_char * buffer, int len, u_int16_t n); #endif /* _ZEBRA_ISO_CSUM_H */ -- cgit v1.2.1