diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 2001-08-29 14:35:15 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 2001-08-29 14:35:15 +0000 |
| commit | 224ba2bd37e182b64f7d78defef8a6cacaad3415 (patch) | |
| tree | 3cfb63f1a112ee17469b17fc1593a88d004ddda6 /contrib/ntp/libntp/authparity.c | |
| parent | 1c80946020d06ca926154926c7c890d211708395 (diff) | |
Notes
Diffstat (limited to 'contrib/ntp/libntp/authparity.c')
| -rw-r--r-- | contrib/ntp/libntp/authparity.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/ntp/libntp/authparity.c b/contrib/ntp/libntp/authparity.c index 32fde586c00f..ea5eac0a6fbe 100644 --- a/contrib/ntp/libntp/authparity.c +++ b/contrib/ntp/libntp/authparity.c @@ -1,6 +1,12 @@ /* * auth_parity - set parity on a key/check for odd parity */ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + +#ifdef DES #include "ntp_stdlib.h" int @@ -55,3 +61,6 @@ DESauth_parity( */ return (parity_err == 0); } +#else +int authparity_bs; +#endif /* DES */ |
