diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-08-05 14:39:03 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-08-05 14:39:03 +0000 |
commit | 356eb9fde334cd3d93e1ac9249094ef3ca7bbe9e (patch) | |
tree | 4b61d80682232773aa82cb94d6ffefccf3a9f7dd /sbin/ipsecctl/ipsecctl.h | |
parent | 6549eaaad41b10bea0a9d85b4eb966afaafee7c7 (diff) |
prepare for authentication and encryption keys, not used yet.
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.h')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ipsecctl.h b/sbin/ipsecctl/ipsecctl.h index 90d70b1ea30..21fb2532862 100644 --- a/sbin/ipsecctl/ipsecctl.h +++ b/sbin/ipsecctl/ipsecctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecctl.h,v 1.12 2005/08/02 15:47:25 hshoexer Exp $ */ +/* $OpenBSD: ipsecctl.h,v 1.13 2005/08/05 14:39:02 hshoexer Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -78,7 +78,8 @@ struct ipsec_rule { struct ipsec_addr *dst; struct ipsec_addr *peer; struct ipsec_auth *auth; - struct ipsec_key *key; + struct ipsec_key *authkey; + struct ipsec_key *enckey; u_int8_t proto; u_int8_t direction; |