diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-07-24 08:27:21 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-07-24 08:27:21 +0000 |
commit | c802723471fbdfcd310f9b732adeb228373f53d9 (patch) | |
tree | 5b16632eae5870b27ec697b673182fbb8ae8515b /usr.sbin/radiusctl/parser.h | |
parent | 75dfac5cd27fb21411cd477667bafcac07c18b6d (diff) |
dd "msgauth" option for "test" command to specify whether use
Message-Authentication or not.
Diffstat (limited to 'usr.sbin/radiusctl/parser.h')
-rw-r--r-- | usr.sbin/radiusctl/parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/radiusctl/parser.h b/usr.sbin/radiusctl/parser.h index 3f5e271bf6e..6fefb0f4790 100644 --- a/usr.sbin/radiusctl/parser.h +++ b/usr.sbin/radiusctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.3 2024/07/09 17:26:14 yasuoka Exp $ */ +/* $OpenBSD: parser.h,v 1.4 2024/07/24 08:27:20 yasuoka Exp $ */ /* This file is derived from OpenBSD:src/usr.sbin/ikectl/parser.h 1.9 */ /* @@ -60,6 +60,7 @@ struct parse_result { const char *password; u_short port; int nas_port; + int msgauth; enum auth_method auth_method; /* number of packets to try sending */ |