aboutsummaryrefslogtreecommitdiff
path: root/lib/libtacplus/taclib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtacplus/taclib.h')
-rw-r--r--lib/libtacplus/taclib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libtacplus/taclib.h b/lib/libtacplus/taclib.h
index 7973a608c2ab..e0eb88fd7e10 100644
--- a/lib/libtacplus/taclib.h
+++ b/lib/libtacplus/taclib.h
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 1998, 2001, Juniper Networks, Inc.
* All rights reserved.
@@ -24,8 +24,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#ifndef _TACLIB_H_
@@ -60,6 +58,7 @@ struct tac_handle;
#define TAC_AUTHEN_SENDAUTH 0x04
/* Authentication types */
+#define TAC_AUTHEN_TYPE_NOT_SET 0x00
#define TAC_AUTHEN_TYPE_ASCII 0x01
#define TAC_AUTHEN_TYPE_PAP 0x02
#define TAC_AUTHEN_TYPE_CHAP 0x03