51765b7c6f
Security: CVE-2015-7973, CVE-2015-7974, CVE-2015-7975 Security: CVE-2015-7976, CVE-2015-7977, CVE-2015-7978 Security: CVE-2015-7979, CVE-2015-8138, CVE-2015-8139 Security: CVE-2015-8140, CVE-2015-8158 With hat: so
14 lines
204 B
C
14 lines
204 B
C
/*
|
|
* ntp_keyacc.h - key access stuff
|
|
*/
|
|
#ifndef NTP_KEYACC_H
|
|
#define NTP_KEYACC_H
|
|
|
|
typedef struct keyaccess KeyAccT;
|
|
struct keyaccess {
|
|
KeyAccT * next;
|
|
sockaddr_u addr;
|
|
};
|
|
|
|
#endif /* NTP_KEYACC_H */
|