From: John Hay Date: Fri, 4 Jan 2002 08:09:58 +0000 (+0200) Subject: Fix merge mistake, remove duplicate struct req_pkt_tail. X-Git-Tag: NTP_4_1_73~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70ff2d74bf9c57172a8404bd78386fab80ebe840;p=thirdparty%2Fntp.git Fix merge mistake, remove duplicate struct req_pkt_tail. bk: 3c356356UF2lsuP00e6n81g4ONxphw --- diff --git a/include/ntp_request.h b/include/ntp_request.h index 9eb2e68ceb..a9cd1266f3 100644 --- a/include/ntp_request.h +++ b/include/ntp_request.h @@ -142,16 +142,6 @@ struct req_pkt_tail { char mac[MAX_MAC_LEN-sizeof(u_int32)]; /* (optional) 8 byte auth code */ }; -/* - * The req_pkt_tail structure is used by ntpd to adjust for different - * packet sizes that may arrive. - */ -struct req_pkt_tail { - l_fp tstamp; /* time stamp, for authentication */ - keyid_t keyid; /* encryption key */ - char mac[MAX_MAC_LEN-sizeof(u_int32)]; /* (optional) 8 byte auth code */ -}; - /* * Input packet lengths. One with the mac, one without. */