diff options
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/exchange.c | 4 | ||||
-rw-r--r-- | sbin/isakmpd/ipsec.c | 4 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c index 4db8da8e2da..7d37ca0461c 100644 --- a/sbin/isakmpd/exchange.c +++ b/sbin/isakmpd/exchange.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.c,v 1.121 2005/05/26 06:11:09 hshoexer Exp $ */ +/* $OpenBSD: exchange.c,v 1.122 2005/06/25 23:20:43 hshoexer Exp $ */ /* $EOM: exchange.c,v 1.143 2000/12/04 00:02:25 angelos Exp $ */ /* @@ -325,7 +325,7 @@ exchange_run(struct message *msg) message_register_post_send(msg, exchange_finalize); - /* Fallthrough. */ + /* FALLTHROUGH */ case 0: /* XXX error handling. */ diff --git a/sbin/isakmpd/ipsec.c b/sbin/isakmpd/ipsec.c index 6073b4ad1ec..729fdf33c34 100644 --- a/sbin/isakmpd/ipsec.c +++ b/sbin/isakmpd/ipsec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec.c,v 1.120 2005/06/14 10:50:47 hshoexer Exp $ */ +/* $OpenBSD: ipsec.c,v 1.121 2005/06/25 23:20:43 hshoexer Exp $ */ /* $EOM: ipsec.c,v 1.143 2000/12/11 23:57:42 niklas Exp $ */ /* @@ -1658,7 +1658,7 @@ ipsec_esp_enckeylength(struct proto *proto) case IPSEC_ESP_AES_128_CTR: if (!iproto->keylen) return 16; - /* Fallthrough */ + /* FALLTHROUGH */ default: return iproto->keylen / 8; } diff --git a/sbin/isakmpd/isakmpd.c b/sbin/isakmpd/isakmpd.c index 517c94fbbe4..2715b53fae4 100644 --- a/sbin/isakmpd/isakmpd.c +++ b/sbin/isakmpd/isakmpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmpd.c,v 1.88 2005/05/26 20:40:50 hshoexer Exp $ */ +/* $OpenBSD: isakmpd.c,v 1.89 2005/06/25 23:20:43 hshoexer Exp $ */ /* $EOM: isakmpd.c,v 1.54 2000/10/05 09:28:22 niklas Exp $ */ /* @@ -188,7 +188,7 @@ parse_args(int argc, char *argv[]) case 'l': pcap_file = optarg; - /* Fallthrough intended. */ + /* FALLTHROUGH */ case 'L': do_packetlog++; |