diff options
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/DESIGN-NOTES | 4 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.c | 4 | ||||
-rw-r--r-- | sbin/isakmpd/sysdep/common/libsysdep/md5.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/isakmpd/DESIGN-NOTES b/sbin/isakmpd/DESIGN-NOTES index 02a75eb9702..6b5f8bebf05 100644 --- a/sbin/isakmpd/DESIGN-NOTES +++ b/sbin/isakmpd/DESIGN-NOTES @@ -1,4 +1,4 @@ -$OpenBSD: DESIGN-NOTES,v 1.20 2002/06/10 18:11:11 ho Exp $ +$OpenBSD: DESIGN-NOTES,v 1.21 2002/06/14 21:34:58 todd Exp $ $EOM: DESIGN-NOTES,v 1.48 1999/08/12 22:34:25 niklas Exp $ General coding conventions @@ -301,7 +301,7 @@ RECORD_B : RECORD_A This creates some utility constants like RECORD_A_SZ, RECORD_A_FIELD_A_LEN, RECORD_A_FIELD_A_OFF, RECORD_A_FIELD_B_LEN etc. The *_OFF contains the -octet offset into the record and the *_LEN constants are the lenghts. +octet offset into the record and the *_LEN constants are the lengths. The type fields can be: raw, num, mask, ign & cst. Raw are used for octet buffers, num for (unsigned) numbers of 1, 2 or 4 octet's length in network byteorder, mask is a bitmask where the bit values have symbols diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c index aa76265dd36..8ff2f540713 100644 --- a/sbin/isakmpd/isakmpd.c +++ b/sbin/isakmpd/isakmpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmpd.c,v 1.43 2002/06/09 08:13:06 todd Exp $ */ +/* $OpenBSD: isakmpd.c,v 1.44 2002/06/14 21:34:58 todd Exp $ */ /* $EOM: isakmpd.c,v 1.54 2000/10/05 09:28:22 niklas Exp $ */ /* @@ -96,7 +96,7 @@ static char *report_file = "/var/run/isakmpd.report"; static int sigusr2ed = 0; /* - * If we recieve a TERM signal, perform a "clean shutdown" of the daemon. + * If we receive a TERM signal, perform a "clean shutdown" of the daemon. * This includes to send DELETE notifications for all our active SAs. */ static int sigtermed = 0; diff --git a/sbin/isakmpd/sysdep/common/libsysdep/md5.c b/sbin/isakmpd/sysdep/common/libsysdep/md5.c index 923e5bd0e4b..8a7a483dcc9 100644 --- a/sbin/isakmpd/sysdep/common/libsysdep/md5.c +++ b/sbin/isakmpd/sysdep/common/libsysdep/md5.c @@ -1,8 +1,8 @@ -/* $OpenBSD: md5.c,v 1.2 2001/01/28 22:38:48 niklas Exp $ */ +/* $OpenBSD: md5.c,v 1.3 2002/06/14 21:34:58 todd Exp $ */ /* * The rest of the code is derived from MD5C.C by RSADSI. Minor cosmetic - * changes to accomodate it in the kernel by ji. + * changes to accommodate it in the kernel by ji. */ /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm |