summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-11-07 06:04:12 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-11-07 06:04:12 +0000
commite185bac62116992b85c33edf9bf391912ed53490 (patch)
treeb49554374a74d0f1c4dfc05b7db44f80788bf56c /sys
parent113e2a86ee26041499efc5131986f027ef0bf246 (diff)
remove unused SWAP_KEY_EXPIRE define
Diffstat (limited to 'sys')
-rw-r--r--sys/uvm/uvm_swap_encrypt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_swap_encrypt.h b/sys/uvm/uvm_swap_encrypt.h
index 35446133964..b9ad8df8df1 100644
--- a/sys/uvm/uvm_swap_encrypt.h
+++ b/sys/uvm/uvm_swap_encrypt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_swap_encrypt.h,v 1.12 2024/05/28 12:31:24 jsg Exp $ */
+/* $OpenBSD: uvm_swap_encrypt.h,v 1.13 2024/11/07 06:04:11 jsg Exp $ */
/*
* Copyright 1999 Niels Provos <provos@citi.umich.edu>
@@ -44,7 +44,6 @@
{ "keysdeleted", CTLTYPE_INT }, \
}
-#define SWAP_KEY_EXPIRE (120 /*60 * 60*/) /* time after that keys expire */
#define SWAP_KEY_SIZE 4 /* 128-bit keys */
struct swap_key {