diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-05 22:53:51 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-04-05 22:53:51 +0000 |
commit | 7c5d0dd212ebb7f179c69258a748605abce0119d (patch) | |
tree | f50d93c85f46757b1312dd339bef7648ae20bfcc /sbin/isakmpd/policy.h | |
parent | fe053738b64bda6a4ebc2885ef53a1fb4cf7dd3c (diff) |
Now that X509 is de-featurized, no need for USE_X509 in regress tests.
Start compiling the X509 regress test again, for the first time since
2002 when DLOPEN stuff was removed. Kill remnants of DLOPEN defines
left around in other Makefiles. Allow isakmpd to compile if USE_KEYNOTE
is not defined.
Diffstat (limited to 'sbin/isakmpd/policy.h')
-rw-r--r-- | sbin/isakmpd/policy.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/policy.h b/sbin/isakmpd/policy.h index e4b5e9a016c..a4c2c9dcf69 100644 --- a/sbin/isakmpd/policy.h +++ b/sbin/isakmpd/policy.h @@ -1,4 +1,4 @@ -/* $OpenBSD: policy.h,v 1.15 2004/06/25 20:25:34 hshoexer Exp $ */ +/* $OpenBSD: policy.h,v 1.16 2005/04/05 22:53:50 cloder Exp $ */ /* $EOM: policy.h,v 1.12 2000/09/28 12:53:27 niklas Exp $ */ /* @@ -33,10 +33,8 @@ #ifndef _POLICY_H_ #define _POLICY_H_ -#if defined (USE_KEYNOTE) #define CREDENTIAL_FILE "credentials" #define PRIVATE_KEY_FILE "private_key" -#endif extern int ignore_policy; extern int policy_asserts_num; |