diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-15 18:39:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-15 18:39:31 +0000 |
commit | b1ac98abf9e700f03d5aa5f97c06dab605d6da06 (patch) | |
tree | c08a9624b4a539b85c5650bcf09528d13eb2d039 /sbin/isakmpd/ike_auth.h | |
parent | aeca45bc7d867b71e9600c7108674fae5db8ff9c (diff) |
partial move to KNF. More to come. This has happened because there
are a raft of source code auditors who are willing to help improve this
code only if this is done, and hey, isakmpd does need our standard
auditing process. ok ho hshoexer
Diffstat (limited to 'sbin/isakmpd/ike_auth.h')
-rw-r--r-- | sbin/isakmpd/ike_auth.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/isakmpd/ike_auth.h b/sbin/isakmpd/ike_auth.h index 968bc19b018..39b09230a37 100644 --- a/sbin/isakmpd/ike_auth.h +++ b/sbin/isakmpd/ike_auth.h @@ -1,5 +1,5 @@ -/* $OpenBSD: ike_auth.h,v 1.4 2003/06/03 14:28:16 ho Exp $ */ -/* $EOM: ike_auth.h,v 1.5 1998/08/16 19:55:24 provos Exp $ */ +/* $OpenBSD: ike_auth.h,v 1.5 2004/04/15 18:39:25 deraadt Exp $ */ +/* $EOM: ike_auth.h,v 1.5 1998/08/16 19:55:24 provos Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -37,12 +37,12 @@ struct exchange; struct ike_auth { - u_int16_t id; - u_int8_t *(*gen_skeyid) (struct exchange *, size_t *); - int (*decode_hash) (struct message *); - int (*encode_hash) (struct message *); + u_int16_t id; + u_int8_t *(*gen_skeyid) (struct exchange *, size_t *); + int (*decode_hash) (struct message *); + int (*encode_hash) (struct message *); }; -extern struct ike_auth *ike_auth_get (u_int16_t); +extern struct ike_auth *ike_auth_get(u_int16_t); -#endif /* _IKE_AUTH_H_ */ +#endif /* _IKE_AUTH_H_ */ |