diff options
author | 2000-02-20 16:30:20 +0000 | |
---|---|---|
committer | 2000-02-20 16:30:20 +0000 | |
commit | 2a5dd72ea9a75fc4586ae01140177a1cf72dfbd1 (patch) | |
tree | ea7c41c6b141b17fad9d60e0443025f26fba701c | |
parent | Improve. (diff) | |
download | wireguard-openbsd-2a5dd72ea9a75fc4586ae01140177a1cf72dfbd1.tar.xz wireguard-openbsd-2a5dd72ea9a75fc4586ae01140177a1cf72dfbd1.zip |
Merge with EOM 1.5
author: niklas
Allow isakmpd builders to remove optional parts and save bytes.
-rw-r--r-- | sbin/isakmpd/policy.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/policy.h b/sbin/isakmpd/policy.h index 253f9e740b6..ade8314cd5f 100644 --- a/sbin/isakmpd/policy.h +++ b/sbin/isakmpd/policy.h @@ -1,5 +1,5 @@ -/* $OpenBSD: policy.h,v 1.2 1999/08/26 22:28:33 niklas Exp $ */ -/* $EOM: policy.h,v 1.4 1999/08/26 11:36:47 niklas Exp $ */ +/* $OpenBSD: policy.h,v 1.3 2000/02/20 16:30:20 niklas Exp $ */ +/* $EOM: policy.h,v 1.5 2000/02/19 07:46:33 niklas Exp $ */ /* * Copyright (c) 1999 Angelos D. Keromytis. All rights reserved. @@ -69,6 +69,8 @@ extern char **(*lk_kn_read_asserts) (char *, int, int *); extern int (*lk_kn_remove_authorizer) (int, char *); #endif /* HAVE_DLOPEN && !USE_KEYNOTE */ +extern int keynote_sessid; + extern void policy_init (void); #endif /* _POLICY_H_ */ |