diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2007-01-08 15:31:02 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2007-01-08 15:31:02 +0000 |
commit | 7c3851e6547958de885909d55e3d4e0931af0fef (patch) | |
tree | 27628bc0d1898777e02a79fe9d67e860b2155137 /usr.sbin/sasyncd/sasyncd.h | |
parent | 418524671013d08f6a4078594e45593578009a4c (diff) |
allow shared key specification in hex (0x01234...); ok ho
Diffstat (limited to 'usr.sbin/sasyncd/sasyncd.h')
-rw-r--r-- | usr.sbin/sasyncd/sasyncd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sasyncd/sasyncd.h b/usr.sbin/sasyncd/sasyncd.h index 566a0ef5a5e..92939f3a6c5 100644 --- a/usr.sbin/sasyncd/sasyncd.h +++ b/usr.sbin/sasyncd/sasyncd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sasyncd.h,v 1.13 2006/12/25 08:17:17 deraadt Exp $ */ +/* $OpenBSD: sasyncd.h,v 1.14 2007/01/08 15:31:01 markus Exp $ */ /* * Copyright (c) 2005 Håkan Olsson. All rights reserved. @@ -50,6 +50,7 @@ struct cfgstate { int carp_ifindex; char *sharedkey; + int sharedkey_len; int pfkey_socket; |