Remove unused secret field from struct radiusd_authentication
authoryasuoka <yasuoka@openbsd.org>
Mon, 1 Jul 2024 03:32:09 +0000 (03:32 +0000)
committeryasuoka <yasuoka@openbsd.org>
Mon, 1 Jul 2024 03:32:09 +0000 (03:32 +0000)
usr.sbin/radiusd/radiusd_local.h

index 7ead23e..c3d1c80 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: radiusd_local.h,v 1.8 2024/07/01 03:31:29 yasuoka Exp $       */
+/*     $OpenBSD: radiusd_local.h,v 1.9 2024/07/01 03:32:09 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;