artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e9c1c
)
Remove unused secret field from struct radiusd_authentication
author
yasuoka
<yasuoka@openbsd.org>
Mon, 1 Jul 2024 03:32:09 +0000
(
03:32
+0000)
committer
yasuoka
<yasuoka@openbsd.org>
Mon, 1 Jul 2024 03:32:09 +0000
(
03:32
+0000)
usr.sbin/radiusd/radiusd_local.h
patch
|
blob
|
history
diff --git
a/usr.sbin/radiusd/radiusd_local.h
b/usr.sbin/radiusd/radiusd_local.h
index
7ead23e
..
c3d1c80
100644
(file)
--- a/
usr.sbin/radiusd/radiusd_local.h
+++ b/
usr.sbin/radiusd/radiusd_local.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: radiusd_local.h,v 1.
8 2024/07/01 03:31:2
9 yasuoka Exp $ */
+/* $OpenBSD: radiusd_local.h,v 1.
9 2024/07/01 03:32:0
9 yasuoka Exp $ */
/*
* Copyright (c) 2013 Internet Initiative Japan Inc.
@@
-91,7
+91,6
@@
struct radiusd_module_ref {
struct radiusd_authentication {
char **username;
- char *secret;
struct radiusd_module_ref *auth;
TAILQ_HEAD(,radiusd_module_ref) deco;
TAILQ_ENTRY(radiusd_authentication) next;