diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2013-11-28 20:21:18 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2013-11-28 20:21:18 +0000 |
commit | 80934ed5126d3e0fd0ccafc16f70c897fc7bea82 (patch) | |
tree | 0c35f0bb84f27304e0cc8401e00bff3ce21bb0c6 /sbin/iked/iked.h | |
parent | 7fc50327b95cb08f5b4b12dea8c86347298fa0f9 (diff) |
support raw pubkey authentication w/o x509 certificates;
mostly by Michael Cardell Widerkrantz, reyk@ and mikeb@; ok mike@
Diffstat (limited to 'sbin/iked/iked.h')
-rw-r--r-- | sbin/iked/iked.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/iked/iked.h b/sbin/iked/iked.h index d23ab9a5734..a1297ba649f 100644 --- a/sbin/iked/iked.h +++ b/sbin/iked/iked.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iked.h,v 1.58 2013/11/21 17:46:17 millert Exp $ */ +/* $OpenBSD: iked.h,v 1.59 2013/11/28 20:21:17 markus Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -241,6 +241,8 @@ struct iked_policy { int pol_refcnt; + u_int8_t pol_certreqtype; + int pol_af; u_int8_t pol_saproto; u_int pol_ipproto; |