diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-30 16:44:12 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-05-30 16:44:12 +0000 |
commit | 1dd61bf87786bf3a0fbf585aed234673d3fa781b (patch) | |
tree | acd86619e7011ae6ebb8a21fbbc8f0fb9062e03b /sys/net/pfkeyv2.h | |
parent | b13c453f77e83f352f9c98f3c38b0d8b4f191733 (diff) |
MBOX->USERFQDN, noticed by markus@
Diffstat (limited to 'sys/net/pfkeyv2.h')
-rw-r--r-- | sys/net/pfkeyv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index eaa32e90878..f9415e33752 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -262,7 +262,7 @@ struct sadb_cred { #define SADB_IDENTTYPE_RESERVED 0 #define SADB_IDENTTYPE_PREFIX 1 #define SADB_IDENTTYPE_FQDN 2 -#define SADB_IDENTTYPE_MBOX 3 +#define SADB_IDENTTYPE_USERFQDN 3 #define SADB_IDENTTYPE_CONNECTION 4 #define SADB_IDENTTYPE_MAX 4 |