]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix merge mistake, remove duplicate struct req_pkt_tail.
authorJohn Hay <hay@ntp.org>
Fri, 4 Jan 2002 08:09:58 +0000 (10:09 +0200)
committerJohn Hay <hay@ntp.org>
Fri, 4 Jan 2002 08:09:58 +0000 (10:09 +0200)
bk: 3c356356UF2lsuP00e6n81g4ONxphw

include/ntp_request.h

index 9eb2e68cebf307d6d7b79a2cd1521069292e2a8c..a9cd1266f3f4d31142737db5fefe68e47113827e 100644 (file)
@@ -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.
  */