Skip to content

Commit

Permalink
Add IPSEC_MODE_TCPMD5 macro. This has been added by FreeBSD project t…
Browse files Browse the repository at this point in the history
…o support TCP-MD5

authentication.
  • Loading branch information
sumikawa committed Aug 1, 2004
1 parent 55f15c7 commit 06cc148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kame/sys/netinet6/ipsec.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: ipsec.h,v 1.73 2004/08/01 03:30:44 sumikawa Exp $ */
/* $KAME: ipsec.h,v 1.74 2004/08/01 03:38:58 sumikawa Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -174,6 +174,7 @@ struct ipsecaux {
#define IPSEC_MODE_ANY 0 /* i.e. wildcard. */
#define IPSEC_MODE_TRANSPORT 1
#define IPSEC_MODE_TUNNEL 2
#define IPSEC_MODE_TCPMD5 3 /* TCP MD5 mode */

/*
* Direction of security policy.
Expand Down

0 comments on commit 06cc148

Please sign in to comment.