diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-05-31 14:38:32 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-05-31 14:38:32 +0000 |
commit | 5d949961d01f5b75f6d796acb5bb7b0c7a5a63a5 (patch) | |
tree | a13298c88487809da669dce35b2b4d26748e8293 /sbin/ipsecctl/ipsecctl.h | |
parent | b5c4b6c284091d71e6a3fed3209a185974869eb5 (diff) |
white spaces
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.h')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipsecctl/ipsecctl.h b/sbin/ipsecctl/ipsecctl.h index 089f6c7f816..e4756f78ab2 100644 --- a/sbin/ipsecctl/ipsecctl.h +++ b/sbin/ipsecctl/ipsecctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecctl.h,v 1.37 2006/05/30 21:56:05 msf Exp $ */ +/* $OpenBSD: ipsecctl.h,v 1.38 2006/05/31 14:38:31 hshoexer Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -152,8 +152,8 @@ struct ipsec_rule { struct ipsec_key *authkey; struct ipsec_key *enckey; - u_int8_t satype; /* encapsulating prococol */ - u_int8_t proto; /* encapsulated protocol */ + u_int8_t satype; /* encapsulating prococol */ + u_int8_t proto; /* encapsulated protocol */ u_int8_t tmode; u_int8_t direction; u_int8_t flowtype; |