Deleted Added
full compact
ntp_crypto.h (302408) ntp_crypto.h (316068)
1/*
2 * ntp_crypto.h - definitions for cryptographic operations
3 */
4#ifndef NTP_CRYPTO_H
5#define NTP_CRYPTO_H
6
7/*
8 * Configuration codes (also needed for parser without AUTOKEY)

--- 10 unchanged lines hidden (view full) ---

19#define CRYPTO_CONF_NID 9 /* specify digest name */
20
21#ifdef AUTOKEY
22#ifndef OPENSSL
23#error AUTOKEY should be defined only if OPENSSL is.
24invalidsyntax: AUTOKEY should be defined only if OPENSSL is.
25#endif
26
1/*
2 * ntp_crypto.h - definitions for cryptographic operations
3 */
4#ifndef NTP_CRYPTO_H
5#define NTP_CRYPTO_H
6
7/*
8 * Configuration codes (also needed for parser without AUTOKEY)

--- 10 unchanged lines hidden (view full) ---

19#define CRYPTO_CONF_NID 9 /* specify digest name */
20
21#ifdef AUTOKEY
22#ifndef OPENSSL
23#error AUTOKEY should be defined only if OPENSSL is.
24invalidsyntax: AUTOKEY should be defined only if OPENSSL is.
25#endif
26
27#include "openssl/bn.h"
27#include "openssl/evp.h"
28#include "ntp_calendar.h" /* for fields in the cert_info structure */
29
30
31/*
32 * The following bits are set by the CRYPTO_ASSOC message from
33 * the server and are not modified by the client.
34 */

--- 156 unchanged lines hidden ---
28#include "openssl/evp.h"
29#include "ntp_calendar.h" /* for fields in the cert_info structure */
30
31
32/*
33 * The following bits are set by the CRYPTO_ASSOC message from
34 * the server and are not modified by the client.
35 */

--- 156 unchanged lines hidden ---