Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Apr 22, 2003
1 parent 34e645c commit be708e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kame/sys/netinet6/ah_core.c
@@ -1,4 +1,4 @@
/* $KAME: ah_core.c,v 1.51 2002/09/11 05:58:50 itojun Exp $ */
/* $KAME: ah_core.c,v 1.52 2003/04/22 10:08:29 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -1549,8 +1549,8 @@ ah6_calccksum(m, ahdat, len, algo, sav)
break;
}

case IPPROTO_HOPOPTS:
case IPPROTO_DSTOPTS:
case IPPROTO_HOPOPTS:
case IPPROTO_DSTOPTS:
{
struct ip6_ext *ip6e;
int hdrlen, optlen;
Expand Down Expand Up @@ -1625,7 +1625,7 @@ ah6_calccksum(m, ahdat, len, algo, sav)
break;
}

case IPPROTO_ROUTING:
case IPPROTO_ROUTING:
/*
* For an input packet, we can just calculate `as is'.
* For an output packet, we assume ip6_output have already
Expand Down

0 comments on commit be708e5

Please sign in to comment.