From 5ad8d32f06e7fd72a795214e8e1d13b7842783ba Mon Sep 17 00:00:00 2001 From: angelos Date: Fri, 28 Feb 1997 02:18:56 +0000 Subject: [PATCH] Per security-level defaults. --- sys/sys/socket.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/sys/socket.h b/sys/sys/socket.h index 3747259dddb..217784e6f05 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -1,4 +1,4 @@ -/* $OpenBSD: socket.h,v 1.12 1997/02/28 02:14:58 angelos Exp $ */ +/* $OpenBSD: socket.h,v 1.13 1997/02/28 02:18:56 angelos Exp $ */ /* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */ /* @@ -101,6 +101,10 @@ #define IPSEC_LEVEL_UNIQUE 0x04 /* Use outbound SA that is unique */ #define IPSEC_LEVEL_DEFAULT IPSEC_LEVEL_NONE +#define IPSEC_AUTH_LEVEL_DEFAULT IPSEC_LEVEL_DEFAULT +#define IPSEC_ESP_TRANS_LEVEL_DEFAULT IPSEC_LEVEL_DEFAULT +#define IPSEC_ESP_NETWORK_LEVEL_DEFAULT IPSEC_LEVEL_DEFAULT + /* * Structure used for manipulating linger option. */ -- 2.20.1